aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f8b552c20..08017c008 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*")
)