aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2009-02-17 05:25:28 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-17 05:25:28 +0800
commit28fcd89487b7f27a2f4e883ca54848c0280c3980 (patch)
tree708e8373e42dfa9679b12841436800cd6910e4e9
parent2d374c38c8d57fb0d2d3a55f2004d6e6d08d12e7 (diff)
downloadgsoc2013-empathy-28fcd89487b7f27a2f4e883ca54848c0280c3980.tar
gsoc2013-empathy-28fcd89487b7f27a2f4e883ca54848c0280c3980.tar.gz
gsoc2013-empathy-28fcd89487b7f27a2f4e883ca54848c0280c3980.tar.bz2
gsoc2013-empathy-28fcd89487b7f27a2f4e883ca54848c0280c3980.tar.lz
gsoc2013-empathy-28fcd89487b7f27a2f4e883ca54848c0280c3980.tar.xz
gsoc2013-empathy-28fcd89487b7f27a2f4e883ca54848c0280c3980.tar.zst
gsoc2013-empathy-28fcd89487b7f27a2f4e883ca54848c0280c3980.zip
upgrade python bindings
From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2491
-rw-r--r--python/pyempathy/pyempathy.defs17
1 files changed, 4 insertions, 13 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs
index 6af28f3e6..10f32f7e2 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")
)
)