]> git.0d.be Git - empathy.git/commitdiff
Update python binding
authorXavier Claessens <xclaesse@src.gnome.org>
Mon, 18 Aug 2008 21:44:12 +0000 (21:44 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 18 Aug 2008 21:44:12 +0000 (21:44 +0000)
svn path=/trunk/; revision=1352

python/pyempathy/pyempathy.defs

index bf3f25590b84cf993696e5ab17d3d8c758352669..8de52c000890f286847427ac7a6d563efed47c20 100644 (file)
   )
 )
 
+(define-function connection_request_channel
+  (c-name "empathy_connection_request_channel")
+  (return-type "none")
+  (parameters
+    '("TpConnection*" "proxy")
+    '("gint" "timeout_ms")
+    '("const-gchar*" "channel_type")
+    '("guint" "handle_type")
+    '("const-gchar*" "name")
+    '("gboolean" "suppress_handler")
+    '("empathy_connection_callback_for_request_channel" "callback")
+    '("gpointer" "user_data")
+    '("GDestroyNotify" "destroy")
+    '("GObject*" "weak_object")
+  )
+)
+
 
 
 ;; From empathy-message.h