gimp/plug-ins/pygimp/gimp-types.defs

10 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")
)