empathy r1352 - trunk/python/pyempathy



Author: xclaesse
Date: Mon Aug 18 21:44:12 2008
New Revision: 1352
URL: http://svn.gnome.org/viewvc/empathy?rev=1352&view=rev

Log:
Update python binding


Modified:
   trunk/python/pyempathy/pyempathy.defs

Modified: trunk/python/pyempathy/pyempathy.defs
==============================================================================
--- trunk/python/pyempathy/pyempathy.defs	(original)
+++ trunk/python/pyempathy/pyempathy.defs	Mon Aug 18 21:44:12 2008
@@ -554,6 +554,23 @@
   )
 )
 
+(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



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