diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-10-05 19:27:48 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-10-05 19:27:48 +0800 |
commit | a6e2a62fbd49bd25f87ed3862e4c33b6f35b838b (patch) | |
tree | 75a5421bd61c510df48892cac22c695fef18580a | |
parent | 627db1c8bfa9b635ad01eb4c6eef64c6ac7378dd (diff) | |
download | gsoc2013-empathy-a6e2a62fbd49bd25f87ed3862e4c33b6f35b838b.tar gsoc2013-empathy-a6e2a62fbd49bd25f87ed3862e4c33b6f35b838b.tar.gz gsoc2013-empathy-a6e2a62fbd49bd25f87ed3862e4c33b6f35b838b.tar.bz2 gsoc2013-empathy-a6e2a62fbd49bd25f87ed3862e4c33b6f35b838b.tar.lz gsoc2013-empathy-a6e2a62fbd49bd25f87ed3862e4c33b6f35b838b.tar.xz gsoc2013-empathy-a6e2a62fbd49bd25f87ed3862e4c33b6f35b838b.tar.zst gsoc2013-empathy-a6e2a62fbd49bd25f87ed3862e4c33b6f35b838b.zip |
upgrade Python bindings
-rw-r--r-- | python/pyempathy/pyempathy.defs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index a6d5db8bb..37586841b 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -927,15 +927,6 @@ (return-type "GList*") ) -(define-method remove - (of-object "EmpathyAccountManager") - (c-name "empathy_account_manager_remove") - (return-type "none") - (parameters - '("EmpathyAccount*" "account") - ) -) - (define-method request_global_presence (of-object "EmpathyAccountManager") (c-name "empathy_account_manager_request_global_presence") @@ -3464,12 +3455,6 @@ (return-type "TpConnection*") ) -(define-method can_add - (of-object "EmpathyTpContactList") - (c-name "empathy_tp_contact_list_can_add") - (return-type "gboolean") -) - (define-method remove_all (of-object "EmpathyTpContactList") (c-name "empathy_tp_contact_list_remove_all") |