X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=python%2Fpyempathy%2Fpyempathy.defs;h=62c1d75a90fb9cd907940788ee87848fb22c7130;hp=c67567b4ab3bc1e52c6e4ac67b3b6a0aa1aacd13;hb=02ec04d37187384bca8d5e9d32a02b458e499cab;hpb=ba7fd51db505c502f721e1e116a31f23a4f5fae3 diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index c67567b4..62c1d75a 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")