diff options
-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 68d650866..de7bfcb35 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -2612,9 +2612,8 @@ ) ) -(define-function mission_control_new - (c-name "empathy_mission_control_new") - (is-constructor-of "EmpathyMissionControl") +(define-function mission_control_dup_singleton + (c-name "empathy_mission_control_dup_singleton") (return-type "MissionControl*") ) |