9 lines
193 B
Scheme
9 lines
193 B
Scheme
;; -*- scheme -*-
|
|
|
|
;; from libgimpbase, implemented manually in pygimp-parasite.c
|
|
|
|
(define-boxed GimpParasite
|
|
(in-module "Gimp")
|
|
(c-name "GimpParasite")
|
|
(gtype-id "GIMP_TYPE_PARASITE")
|
|
)
|