empathy r2491 - trunk/python/pyempathy



Author: xclaesse
Date: Mon Feb 16 21:25:28 2009
New Revision: 2491
URL: http://svn.gnome.org/viewvc/empathy?rev=2491&view=rev

Log:
upgrade python bindings

From: Guillaume Desmottes <gdesmott gnome org>

Modified:
   trunk/python/pyempathy/pyempathy.defs

Modified: trunk/python/pyempathy/pyempathy.defs
==============================================================================
--- trunk/python/pyempathy/pyempathy.defs	(original)
+++ trunk/python/pyempathy/pyempathy.defs	Mon Feb 16 21:25:28 2009
@@ -260,16 +260,6 @@
   )
 )
 
-(define-enum TubeType
-  (in-module "Empathy")
-  (c-name "EmpathyTubeType")
-  (gtype-id "EMPATHY_TYPE_TUBE_TYPE")
-  (values
-    '("stream-tube" "EMPATHY_TYPE_STREAM_TUBE")
-    '("dbus-tube" "EMPATHY_TYPE_DBUS_TUBE")
-  )
-)
-
 
 ;; From empathy-account-manager.h
 
@@ -2531,6 +2521,7 @@
     '("const-gchar*" "hostname")
     '("guint" "port")
     '("const-gchar*" "service")
+    '("GHashTable*" "parameters")
   )
 )
 
@@ -2559,7 +2550,7 @@
   (is-constructor-of "EmpathyTubeHandler")
   (return-type "EmpathyTubeHandler*")
   (parameters
-    '("EmpathyTubeType" "type")
+    '("TpTubeType" "type")
     '("const-gchar*" "service")
   )
 )
@@ -2568,7 +2559,7 @@
   (c-name "empathy_tube_handler_build_bus_name")
   (return-type "gchar*")
   (parameters
-    '("EmpathyTubeType" "type")
+    '("TpTubeType" "type")
     '("const-gchar*" "service")
   )
 )
@@ -2577,7 +2568,7 @@
   (c-name "empathy_tube_handler_build_object_path")
   (return-type "gchar*")
   (parameters
-    '("EmpathyTubeType" "type")
+    '("TpTubeType" "type")
     '("const-gchar*" "service")
   )
 )



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