]> git.0d.be Git - empathy.git/blobdiff - python/pyempathy/pyempathy.defs
upgrade python bindings
[empathy.git] / python / pyempathy / pyempathy.defs
index 6af28f3e6e457ead0b2069153854e2c2f0ae9082..10f32f7e2454fa7c4ca9c9d8729bf020bcf26569 100644 (file)
   )
 )
 
-(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
 
     '("const-gchar*" "hostname")
     '("guint" "port")
     '("const-gchar*" "service")
+    '("GHashTable*" "parameters")
   )
 )
 
   (is-constructor-of "EmpathyTubeHandler")
   (return-type "EmpathyTubeHandler*")
   (parameters
-    '("EmpathyTubeType" "type")
+    '("TpTubeType" "type")
     '("const-gchar*" "service")
   )
 )
   (c-name "empathy_tube_handler_build_bus_name")
   (return-type "gchar*")
   (parameters
-    '("EmpathyTubeType" "type")
+    '("TpTubeType" "type")
     '("const-gchar*" "service")
   )
 )
   (c-name "empathy_tube_handler_build_object_path")
   (return-type "gchar*")
   (parameters
-    '("EmpathyTubeType" "type")
+    '("TpTubeType" "type")
     '("const-gchar*" "service")
   )
 )