]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-connection-managers.h
Merge branch 'gnome-3-8'
[empathy.git] / libempathy / empathy-connection-managers.h
index 17289d36dfff7404f7af1da6a230b5ac28192bb2..0ed20c934a7c1a18f857c977f1c1c7e0eb9e3b9c 100644 (file)
@@ -22,8 +22,8 @@
 #define __EMPATHY_CONNECTION_MANAGERS_H__
 
 #include <glib-object.h>
-
-#include <telepathy-glib/connection-manager.h>
+#include <gio/gio.h>
+#include <telepathy-glib/telepathy-glib.h>
 
 G_BEGIN_DECLS
 
@@ -72,6 +72,16 @@ guint empathy_connection_managers_get_cms_num
 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__*/