diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-14 19:06:37 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-14 19:06:37 +0800 |
commit | 15d301c3f27dff8f1bc1be5ade118f73be09a384 (patch) | |
tree | 1ab472363c051fb9f4d6a939089889fa2e981624 /python | |
parent | 6976ec94624d74cc983c4f6f85a41ab6d6e31ce0 (diff) | |
download | gsoc2013-empathy-15d301c3f27dff8f1bc1be5ade118f73be09a384.tar gsoc2013-empathy-15d301c3f27dff8f1bc1be5ade118f73be09a384.tar.gz gsoc2013-empathy-15d301c3f27dff8f1bc1be5ade118f73be09a384.tar.bz2 gsoc2013-empathy-15d301c3f27dff8f1bc1be5ade118f73be09a384.tar.lz gsoc2013-empathy-15d301c3f27dff8f1bc1be5ade118f73be09a384.tar.xz gsoc2013-empathy-15d301c3f27dff8f1bc1be5ade118f73be09a384.tar.zst gsoc2013-empathy-15d301c3f27dff8f1bc1be5ade118f73be09a384.zip |
Update python binding
svn path=/trunk/; revision=1230
Diffstat (limited to 'python')
-rw-r--r-- | python/pyempathy/pyempathy.defs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index 1eb3c20cc..a6c7e6840 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -1108,6 +1108,16 @@ (return-type "none") ) +(define-method save_to_file + (of-object "EmpathyAvatar") + (c-name "empathy_avatar_save_to_file") + (return-type "gboolean") + (parameters + '("const-gchar*" "filename") + '("GError**" "error") + ) +) + ;; From empathy-contact-groups.h @@ -1810,6 +1820,12 @@ (return-type "none") ) +(define-method has_dtmf + (of-object "EmpathyTpCall") + (c-name "empathy_tp_call_has_dtmf") + (return-type "gboolean") +) + ;; From empathy-tp-tube.h |