aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/pyempathy/pyempathy.defs17
1 files changed, 17 insertions, 0 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs
index bf3f25590..8de52c000 100644
--- a/python/pyempathy/pyempathy.defs
+++ b/python/pyempathy/pyempathy.defs
@@ -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