[gimp] pygimp: add type definition for GimpColorManaged



commit fd7c1eff479e0116f4e5bb40702ebeb015d4e89f
Author: Kristian Rietveld <kris loopnest org>
Date:   Sat Apr 30 22:33:17 2016 +0200

    pygimp: add type definition for GimpColorManaged

 plug-ins/pygimp/gimpui.defs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/pygimp/gimpui.defs b/plug-ins/pygimp/gimpui.defs
index 0584770..a74e3cc 100644
--- a/plug-ins/pygimp/gimpui.defs
+++ b/plug-ins/pygimp/gimpui.defs
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]