empathy r2119 - in trunk/python: pyempathy pyempathygtk



Author: xclaesse
Date: Fri Jan  9 10:06:23 2009
New Revision: 2119
URL: http://svn.gnome.org/viewvc/empathy?rev=2119&view=rev

Log:
Update python bindings.

Modified:
   trunk/python/pyempathy/pyempathy.defs
   trunk/python/pyempathygtk/pyempathygtk.defs

Modified: trunk/python/pyempathy/pyempathy.defs
==============================================================================
--- trunk/python/pyempathy/pyempathy.defs	(original)
+++ trunk/python/pyempathy/pyempathy.defs	Fri Jan  9 10:06:23 2009
@@ -703,9 +703,8 @@
   (return-type "GType")
 )
 
-(define-function contact_factory_new
-  (c-name "empathy_contact_factory_new")
-  (is-constructor-of "EmpathyContactFactory")
+(define-function contact_factory_dup_singleton
+  (c-name "empathy_contact_factory_dup_singleton")
   (return-type "EmpathyContactFactory*")
 )
 
@@ -1071,9 +1070,8 @@
   (return-type "GType")
 )
 
-(define-function idle_new
-  (c-name "empathy_idle_new")
-  (is-constructor-of "EmpathyIdle")
+(define-function idle_dup_singleton
+  (c-name "empathy_idle_dup_singleton")
   (return-type "EmpathyIdle*")
 )
 
@@ -1295,9 +1293,8 @@
   (return-type "GType")
 )
 
-(define-function log_manager_new
-  (c-name "empathy_log_manager_new")
-  (is-constructor-of "EmpathyLogManager")
+(define-function log_manager_dup_singleton
+  (c-name "empathy_log_manager_dup_singleton")
   (return-type "EmpathyLogManager*")
 )
 

Modified: trunk/python/pyempathygtk/pyempathygtk.defs
==============================================================================
--- trunk/python/pyempathygtk/pyempathygtk.defs	(original)
+++ trunk/python/pyempathygtk/pyempathygtk.defs	Fri Jan  9 10:06:23 2009
@@ -1329,9 +1329,8 @@
   (return-type "GType")
 )
 
-(define-function smiley_manager_new
-  (c-name "empathy_smiley_manager_new")
-  (is-constructor-of "EmpathySmileyManager")
+(define-function smiley_manager_dup_singleton
+  (c-name "empathy_smiley_manager_dup_singleton")
   (return-type "EmpathySmileyManager*")
 )
 



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