From: Xavier Claessens Date: Tue, 6 Jan 2009 16:48:39 +0000 (+0000) Subject: Update python bindings. X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=95f4ae30b29e79c4a55f1b131a36aa1514bd7a8f Update python bindings. svn path=/trunk/; revision=2075 --- diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index f8b552c2..08017c00 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -226,9 +226,8 @@ (return-type "GType") ) -(define-function account_manager_new - (c-name "empathy_account_manager_new") - (is-constructor-of "EmpathyAccountManager") +(define-function account_manager_dup_singleton + (c-name "empathy_account_manager_dup_singleton") (return-type "EmpathyAccountManager*") )