From 28fcd89487b7f27a2f4e883ca54848c0280c3980 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 16 Feb 2009 21:25:28 +0000 Subject: [PATCH] upgrade python bindings From: Guillaume Desmottes svn path=/trunk/; revision=2491 --- python/pyempathy/pyempathy.defs | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index 6af28f3e..10f32f7e 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -260,16 +260,6 @@ ) ) -(define-enum TubeType - (in-module "Empathy") - (c-name "EmpathyTubeType") - (gtype-id "EMPATHY_TYPE_TUBE_TYPE") - (values - '("stream-tube" "EMPATHY_TYPE_STREAM_TUBE") - '("dbus-tube" "EMPATHY_TYPE_DBUS_TUBE") - ) -) - ;; From empathy-account-manager.h @@ -2531,6 +2521,7 @@ '("const-gchar*" "hostname") '("guint" "port") '("const-gchar*" "service") + '("GHashTable*" "parameters") ) ) @@ -2559,7 +2550,7 @@ (is-constructor-of "EmpathyTubeHandler") (return-type "EmpathyTubeHandler*") (parameters - '("EmpathyTubeType" "type") + '("TpTubeType" "type") '("const-gchar*" "service") ) ) @@ -2568,7 +2559,7 @@ (c-name "empathy_tube_handler_build_bus_name") (return-type "gchar*") (parameters - '("EmpathyTubeType" "type") + '("TpTubeType" "type") '("const-gchar*" "service") ) ) @@ -2577,7 +2568,7 @@ (c-name "empathy_tube_handler_build_object_path") (return-type "gchar*") (parameters - '("EmpathyTubeType" "type") + '("TpTubeType" "type") '("const-gchar*" "service") ) ) -- 2.39.2