diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-02-16 07:16:26 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:17:00 +0800 |
commit | 05774c2abbc27f25ccc837f25788385bf5618688 (patch) | |
tree | 35603821c9357f4a42748fd8c1dc45be9e81186a /libempathy/empathy-contact-manager.h | |
parent | c86815bab5e78ae39dc504390c002a54831100f6 (diff) | |
download | gsoc2013-empathy-05774c2abbc27f25ccc837f25788385bf5618688.tar gsoc2013-empathy-05774c2abbc27f25ccc837f25788385bf5618688.tar.gz gsoc2013-empathy-05774c2abbc27f25ccc837f25788385bf5618688.tar.bz2 gsoc2013-empathy-05774c2abbc27f25ccc837f25788385bf5618688.tar.lz gsoc2013-empathy-05774c2abbc27f25ccc837f25788385bf5618688.tar.xz gsoc2013-empathy-05774c2abbc27f25ccc837f25788385bf5618688.tar.zst gsoc2013-empathy-05774c2abbc27f25ccc837f25788385bf5618688.zip |
EmpathyContactManager: Use new API of EmpathyAccountManager and EmpathyTpContactList.
Diffstat (limited to 'libempathy/empathy-contact-manager.h')
-rw-r--r-- | libempathy/empathy-contact-manager.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libempathy/empathy-contact-manager.h b/libempathy/empathy-contact-manager.h index 57e8764e4..fbe9e2df0 100644 --- a/libempathy/empathy-contact-manager.h +++ b/libempathy/empathy-contact-manager.h @@ -24,8 +24,6 @@ #include <glib.h> -#include <libmissioncontrol/mc-account.h> - #include "empathy-contact.h" #include "empathy-tp-contact-list.h" #include "empathy-contact-list.h" @@ -54,9 +52,9 @@ struct _EmpathyContactManagerClass { GType empathy_contact_manager_get_type (void) G_GNUC_CONST; EmpathyContactManager *empathy_contact_manager_dup_singleton (void); EmpathyTpContactList * empathy_contact_manager_get_list (EmpathyContactManager *manager, - McAccount *account); + TpConnection *connection); gboolean empathy_contact_manager_can_add (EmpathyContactManager *manager, - McAccount *account); + TpConnection *connection); G_END_DECLS |