diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-02 21:16:14 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-02 21:16:14 +0800 |
commit | 668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3 (patch) | |
tree | 008664ab3bd2e9ce68371ebf85a0a9f418391204 /python/pyempathy | |
parent | 18e4f997fa9f3fad3c53a53df05e43e523067393 (diff) | |
download | gsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.tar gsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.tar.gz gsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.tar.bz2 gsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.tar.lz gsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.tar.xz gsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.tar.zst gsoc2013-empathy-668ccc7bbe43f7a71a6c6434ea9d12d3bd8deca3.zip |
Update python binding
svn path=/trunk/; revision=863
Diffstat (limited to 'python/pyempathy')
-rw-r--r-- | python/pyempathy/pyempathy.defs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index ef46a7b38..1b6d2c589 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -1582,6 +1582,12 @@ (return-type "EmpathyContact*") ) +(define-method is_ready + (of-object "EmpathyTpChat") + (c-name "empathy_tp_chat_is_ready") + (return-type "gboolean") +) + (define-method send (of-object "EmpathyTpChat") (c-name "empathy_tp_chat_send") |