eog r4353 - in trunk: . bindings/python



Author: friemann
Date: Mon Feb 11 20:38:52 2008
New Revision: 4353
URL: http://svn.gnome.org/viewvc/eog?rev=4353&view=rev

Log:
2008-02-11  Felix Riemann  <friemann svn gnome org>

	* bindings/python/eog.defs: Reflect some of the recent changes in the
	python API.


Modified:
   trunk/ChangeLog
   trunk/bindings/python/eog.defs

Modified: trunk/bindings/python/eog.defs
==============================================================================
--- trunk/bindings/python/eog.defs	(original)
+++ trunk/bindings/python/eog.defs	Mon Feb 11 20:38:52 2008
@@ -411,7 +411,7 @@
   (c-name "eog_image_has_data")
   (return-type "gboolean")
   (parameters
-    '("guint" "data")
+    '("EogImageData" "data")
   )
 )
 
@@ -420,7 +420,7 @@
   (c-name "eog_image_load")
   (return-type "gboolean")
   (parameters
-    '("guint" "data2read")
+    '("EogImageData" "data2read")
     '("EogJob*" "job" (null-ok))
     '("GError**" "error")
   )
@@ -555,7 +555,7 @@
   (is-constructor-of "EogJobThumbnail")
   (return-type "EogJob*")
   (parameters
-    '("GnomeVFSURI*" "uri_entry")
+    '("EogImage*" "image")
   )
 )
 



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