diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-16 04:40:21 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-16 04:40:21 +0800 |
commit | b9addf3d49af524515c1ae9cc8267f1df6997fca (patch) | |
tree | 8e5a95a6c470971174e431e54c3b3c326fa8ec26 /python/pyempathy | |
parent | 3b1d93ed7f7a948d24ecaeb97751083c41841b81 (diff) | |
download | gsoc2013-empathy-b9addf3d49af524515c1ae9cc8267f1df6997fca.tar gsoc2013-empathy-b9addf3d49af524515c1ae9cc8267f1df6997fca.tar.gz gsoc2013-empathy-b9addf3d49af524515c1ae9cc8267f1df6997fca.tar.bz2 gsoc2013-empathy-b9addf3d49af524515c1ae9cc8267f1df6997fca.tar.lz gsoc2013-empathy-b9addf3d49af524515c1ae9cc8267f1df6997fca.tar.xz gsoc2013-empathy-b9addf3d49af524515c1ae9cc8267f1df6997fca.tar.zst gsoc2013-empathy-b9addf3d49af524515c1ae9cc8267f1df6997fca.zip |
Update python bindings.
svn path=/trunk/; revision=2234
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 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*") ) |