From be1255c40abd6049fa15ae3de749cf4b68a280d8 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 18 Aug 2008 21:44:12 +0000 Subject: Update python binding svn path=/trunk/; revision=1352 --- python/pyempathy/pyempathy.defs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'python/pyempathy') 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 -- cgit v1.2.3