]> git.0d.be Git - empathy.git/commitdiff
upgrade Python bindings
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 5 Oct 2009 11:27:48 +0000 (12:27 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 5 Oct 2009 11:27:48 +0000 (12:27 +0100)
python/pyempathy/pyempathy.defs

index a6d5db8bb98761a2d8d1b51c04f3d0710fea1a3d..37586841ba1205618b137dbf4d3dcee3d046b69c 100644 (file)
   (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")
   (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")