summaryrefslogtreecommitdiffstats
path: root/plug-ins/pygimp/gimp-types.defs
blob: 0158ede671ffb15e08d38917e7889f11c61c1dfb (plain)
1
2
3
4
5
6
7
8
9
;; -*- scheme -*-

;; from libgimpbase, implemented manually in pygimp-parasite.c

(define-boxed GimpParasite
  (in-module "Gimp")
  (c-name "GimpParasite")
  (gtype-id "GIMP_TYPE_PARASITE")
)