aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-connection-managers.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-connection-managers.h')
-rw-r--r--libempathy/empathy-connection-managers.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libempathy/empathy-connection-managers.h b/libempathy/empathy-connection-managers.h
index 17289d36d..956f24315 100644
--- a/libempathy/empathy-connection-managers.h
+++ b/libempathy/empathy-connection-managers.h
@@ -72,6 +72,16 @@ guint empathy_connection_managers_get_cms_num
TpConnectionManager *empathy_connection_managers_get_cm (
EmpathyConnectionManagers *managers, const gchar *cm);
+typedef void (*EmpathyConnectionManagersWhenReadyCb) (
+ EmpathyConnectionManagers *managers,
+ const GError *error,
+ gpointer user_data);
+
+void empathy_connection_managers_call_when_ready (
+ EmpathyConnectionManagers *managers,
+ EmpathyConnectionManagersWhenReadyCb callback,
+ gpointer user_data);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_CONNECTION_MANAGERS_H__*/