From 02ec04d37187384bca8d5e9d32a02b458e499cab Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 2 Feb 2009 20:10:14 +0000 Subject: Update python binding svn path=/trunk/; revision=2374 --- python/pyempathy/pyempathy.defs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'python/pyempathy') 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") -- cgit v1.2.3