diff options
Diffstat (limited to 'python/pyempathy')
-rw-r--r-- | python/pyempathy/pyempathy.defs | 5 |
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*") ) |