[eog] Reflect transparency color API changes in Python bindings



commit a7d7b35fc1eb92e17901ec9e9054db0f35f2ad80
Author: Felix Riemann <friemann gnome org>
Date:   Sun Jul 18 19:25:59 2010 +0200

    Reflect transparency color API changes in Python bindings

 bindings/python/eog.defs |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/bindings/python/eog.defs b/bindings/python/eog.defs
index 094b817..28428fd 100644
--- a/bindings/python/eog.defs
+++ b/bindings/python/eog.defs
@@ -826,13 +826,21 @@
   )
 )
 
+(define-method set_transparency_color
+  (of-object "EogScrollView")
+  (c-name "eog_scroll_view_set_transparency_color")
+  (return-type "none")
+  (parameters
+    '("GdkColor*" "color")
+  )
+)
+
 (define-method set_transparency
   (of-object "EogScrollView")
   (c-name "eog_scroll_view_set_transparency")
   (return-type "none")
   (parameters
     '("EogTransparencyStyle" "style")
-    '("GdkColor*" "color")
   )
 )
 



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