mirror of https://github.com/GNOME/gimp.git
pygimp: add type definition for GimpColorManaged
This commit is contained in:
parent
f3583e21c5
commit
fd7c1eff47
|
@ -400,6 +400,14 @@
|
|||
(gtype-id "GIMP_TYPE_ZOOM_PREVIEW")
|
||||
)
|
||||
|
||||
;; Interfaces
|
||||
|
||||
(define-interface ColorManaged
|
||||
(in-module "Gimp")
|
||||
(c-name "GimpColorManaged")
|
||||
(gtype-id "GIMP_TYPE_COLOR_MANAGED")
|
||||
)
|
||||
|
||||
;; Enumerations and flags ...
|
||||
|
||||
(define-enum IntStoreColumns
|
||||
|
|
Loading…
Reference in New Issue