aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-09 18:06:40 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-09 18:06:40 +0800
commite3baf75b8315eaa9ecb14eb669a8dc2ecede8832 (patch)
tree4543dcac5ffa3e711444e373146b8859eddd27e1 /python
parent7396241b0868b083cab53603135ecb0537c5a11d (diff)
downloadgsoc2013-empathy-e3baf75b8315eaa9ecb14eb669a8dc2ecede8832.tar
gsoc2013-empathy-e3baf75b8315eaa9ecb14eb669a8dc2ecede8832.tar.gz
gsoc2013-empathy-e3baf75b8315eaa9ecb14eb669a8dc2ecede8832.tar.bz2
gsoc2013-empathy-e3baf75b8315eaa9ecb14eb669a8dc2ecede8832.tar.lz
gsoc2013-empathy-e3baf75b8315eaa9ecb14eb669a8dc2ecede8832.tar.xz
gsoc2013-empathy-e3baf75b8315eaa9ecb14eb669a8dc2ecede8832.tar.zst
gsoc2013-empathy-e3baf75b8315eaa9ecb14eb669a8dc2ecede8832.zip
Update Python bindings.
svn path=/trunk/; revision=2123
Diffstat (limited to 'python')
-rw-r--r--python/pyempathy/pyempathy.defs5
1 files changed, 2 insertions, 3 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs
index 8b47d5fe2..5cf8702db 100644
--- a/python/pyempathy/pyempathy.defs
+++ b/python/pyempathy/pyempathy.defs
@@ -914,9 +914,8 @@
(return-type "GType")
)
-(define-function contact_manager_new
- (c-name "empathy_contact_manager_new")
- (is-constructor-of "EmpathyContactManager")
+(define-function contact_manager_dup_singleton
+ (c-name "empathy_contact_manager_dup_singleton")
(return-type "EmpathyContactManager*")
)