From 2acfc164bf9a1adb92e7cbb64328218132cce940 Mon Sep 17 00:00:00 2001
From: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date: Mon, 5 Oct 2009 12:25:29 +0100
Subject: remove empathy_tp_contact_list_can_add from header; function has been
 removed

---
 libempathy/empathy-tp-contact-list.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libempathy/empathy-tp-contact-list.h b/libempathy/empathy-tp-contact-list.h
index 0167b6a69..071fc0b91 100644
--- a/libempathy/empathy-tp-contact-list.h
+++ b/libempathy/empathy-tp-contact-list.h
@@ -51,7 +51,6 @@ struct _EmpathyTpContactListClass {
 GType                  empathy_tp_contact_list_get_type    (void) G_GNUC_CONST;
 EmpathyTpContactList * empathy_tp_contact_list_new         (TpConnection         *connection);
 TpConnection *         empathy_tp_contact_list_get_connection (EmpathyTpContactList *list);
-gboolean               empathy_tp_contact_list_can_add     (EmpathyTpContactList *list);
 void                   empathy_tp_contact_list_remove_all  (EmpathyTpContactList *list);
 
 G_END_DECLS
-- 
cgit v1.2.3


From 627db1c8bfa9b635ad01eb4c6eef64c6ac7378dd Mon Sep 17 00:00:00 2001
From: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date: Mon, 5 Oct 2009 12:25:57 +0100
Subject: remove empathy_account_manager_remove from header; function has been
 removed

---
 libempathy/empathy-account-manager.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libempathy/empathy-account-manager.h b/libempathy/empathy-account-manager.h
index 25adfdbeb..7b4ebd9bb 100644
--- a/libempathy/empathy-account-manager.h
+++ b/libempathy/empathy-account-manager.h
@@ -79,9 +79,6 @@ GList *                 empathy_account_manager_dup_accounts
                                 (EmpathyAccountManager *manager);
 GList *                 empathy_account_manager_dup_connections
                                 (EmpathyAccountManager *manager);
-void                    empathy_account_manager_remove (
-                                 EmpathyAccountManager *manager,
-                                 EmpathyAccount *account);
 
 void empathy_account_manager_request_global_presence (
   EmpathyAccountManager *manager,
-- 
cgit v1.2.3


From a6e2a62fbd49bd25f87ed3862e4c33b6f35b838b Mon Sep 17 00:00:00 2001
From: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date: Mon, 5 Oct 2009 12:27:48 +0100
Subject: upgrade Python bindings

---
 python/pyempathy/pyempathy.defs | 15 ---------------
 1 file changed, 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")
-- 
cgit v1.2.3