aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-08-19 05:44:12 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-08-19 05:44:12 +0800
commitbe1255c40abd6049fa15ae3de749cf4b68a280d8 (patch)
treef20c7513150c51950544464c46f6da62635453ec
parent4c6bde019e5397c6e2e41af105ba30c18ce896e1 (diff)
downloadgsoc2013-empathy-be1255c40abd6049fa15ae3de749cf4b68a280d8.tar
gsoc2013-empathy-be1255c40abd6049fa15ae3de749cf4b68a280d8.tar.gz
gsoc2013-empathy-be1255c40abd6049fa15ae3de749cf4b68a280d8.tar.bz2
gsoc2013-empathy-be1255c40abd6049fa15ae3de749cf4b68a280d8.tar.lz
gsoc2013-empathy-be1255c40abd6049fa15ae3de749cf4b68a280d8.tar.xz
gsoc2013-empathy-be1255c40abd6049fa15ae3de749cf4b68a280d8.tar.zst
gsoc2013-empathy-be1255c40abd6049fa15ae3de749cf4b68a280d8.zip
Update python bindingEMPATHY_2_23_90
svn path=/trunk/; revision=1352
-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