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.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/libempathy/empathy-account-manager.h b/libempathy/empathy-account-manager.h
index 36b77c7e5..1687c0032 100644
--- a/libempathy/empathy-account-manager.h
+++ b/libempathy/empathy-account-manager.h
@@ -46,8 +46,15 @@ struct _EmpathyAccountManagerClass {
};
GType empathy_account_manager_get_type (void);
-EmpathyAccountManager * empathy_account_manager_new (void);
+/* public methods */
+
+EmpathyAccountManager * empathy_account_manager_new (void);
+int empathy_account_manager_get_connected_accounts
+ (EmpathyAccountManager *manager);
+int empathy_account_manager_get_connecting_accounts
+ (EmpathyAccountManager *manager);
G_END_DECLS
-#endif /* __EMPATHY_ACCOUNT_MANAGER_H__ */ \ No newline at end of file
+#endif /* __EMPATHY_ACCOUNT_MANAGER_H__ */
+