aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-account-manager.h')
-rw-r--r--libempathy/empathy-account-manager.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libempathy/empathy-account-manager.h b/libempathy/empathy-account-manager.h
index b9aecb09f..ac90a34f7 100644
--- a/libempathy/empathy-account-manager.h
+++ b/libempathy/empathy-account-manager.h
@@ -61,6 +61,16 @@ gboolean empathy_account_manager_is_account_just_connected
McAccount *account);
int empathy_account_manager_get_count
(EmpathyAccountManager *manager);
+McAccount * empathy_account_manager_get_account
+ (EmpathyAccountManager *manager,
+ TpConnection *connection);
+GList * empathy_account_manager_dup_accounts
+ (EmpathyAccountManager *manager);
+TpConnection * empathy_account_manager_get_connection
+ (EmpathyAccountManager *manager,
+ McAccount *account);
+GList * empathy_account_manager_dup_connections
+ (EmpathyAccountManager *manager);
G_END_DECLS