[eog] Reflect antialiasing changes in Python bindings



commit 2fcc9d150081ef51664b1a3d82849ab47fdfb5c7
Author: Felix Riemann <friemann svn gnome org>
Date:   Tue May 12 13:01:44 2009 +0200

    Reflect antialiasing changes in Python bindings
---
 ChangeLog                |    6 ++++++
 bindings/python/eog.defs |   13 +++++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index dd1dade..ebfb043 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-12  Felix Riemann  <kirschsaft kirschsaft>
+
+	reviewed by: <delete if not using a buddy>
+
+	* bindings/python/eog.defs:
+
 2009-05-12  Felix Riemann  <friemann svn gnome org>
 
 	* doc/reference/eog-docs.sgml.in:
diff --git a/bindings/python/eog.defs b/bindings/python/eog.defs
index e75a361..3f0beb0 100644
--- a/bindings/python/eog.defs
+++ b/bindings/python/eog.defs
@@ -941,9 +941,18 @@
   )
 )
 
-(define-method set_antialiasing
+(define-method set_antialiasing_in
   (of-object "EogScrollView")
-  (c-name "eog_scroll_view_set_antialiasing")
+  (c-name "eog_scroll_view_set_antialiasing_in")
+  (return-type "none")
+  (parameters
+    '("gboolean" "state")
+  )
+)
+
+(define-method set_antialiasing_out
+  (of-object "EogScrollView")
+  (c-name "eog_scroll_view_set_antialiasing_out")
   (return-type "none")
   (parameters
     '("gboolean" "state")



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