]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-connection-managers.h
account-settings: allow to change the service
[empathy.git] / libempathy / empathy-connection-managers.h
index 0c4147951c24fbe1a18dd0c16b34d4bd0f073a8a..14833734c7a9e4a0d155a48fe48dcf30660a713f 100644 (file)
@@ -22,6 +22,7 @@
 #define __EMPATHY_CONNECTION_MANAGERS_H__
 
 #include <glib-object.h>
+#include <gio/gio.h>
 
 #include <telepathy-glib/connection-manager.h>
 
@@ -66,10 +67,22 @@ void empathy_connection_managers_update (EmpathyConnectionManagers *managers);
 
 GList * empathy_connection_managers_get_cms (
     EmpathyConnectionManagers *managers);
+guint empathy_connection_managers_get_cms_num
+    (EmpathyConnectionManagers *managers);
 
 TpConnectionManager *empathy_connection_managers_get_cm (
   EmpathyConnectionManagers *managers, const gchar *cm);
 
+void empathy_connection_managers_prepare_async (
+    EmpathyConnectionManagers *managers,
+    GAsyncReadyCallback callback,
+    gpointer user_data);
+
+gboolean empathy_connection_managers_prepare_finish (
+    EmpathyConnectionManagers *managers,
+    GAsyncResult *result,
+    GError **error);
+
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_CONNECTION_MANAGERS_H__*/