diff options
Diffstat (limited to 'python/pyempathy')
-rw-r--r-- | python/pyempathy/pyempathy.defs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index c67567b4a..62c1d75a9 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -290,6 +290,12 @@ ) ) +(define-method get_count + (of-object "EmpathyAccountManager") + (c-name "empathy_account_manager_get_count") + (return-type "int") +) + ;; From empathy-chatroom.h @@ -2695,6 +2701,11 @@ ) ) +(define-function check_available_state + (c-name "empathy_check_available_state") + (return-type "gboolean") +) + (define-function start_call_with_contact (c-name "empathy_start_call_with_contact") (return-type "none") |