summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-manager.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-01-17 11:22:25 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-01-17 11:22:25 +0000
commit93826863cc1bf8cf81f5e530b66bbb74278203b5 (patch)
treef07d9d4d3b19011f2cc335f147fe274f9c449db6 /telepathy-glib/connection-manager.h
parent6b5ad7194813c8fe86455af3f3b087e7d1845318 (diff)
downloadtelepathy-glib-93826863cc1bf8cf81f5e530b66bbb74278203b5.tar.gz
tp_list_connection_managers: pass number of CMs to callback too
20080117112225-53eee-743c89fc498408f727647049adf8577fe1c787bf.gz
Diffstat (limited to 'telepathy-glib/connection-manager.h')
-rw-r--r--telepathy-glib/connection-manager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/connection-manager.h b/telepathy-glib/connection-manager.h
index 55e7d4a08..4e0fd52f3 100644
--- a/telepathy-glib/connection-manager.h
+++ b/telepathy-glib/connection-manager.h
@@ -107,7 +107,8 @@ TpConnectionManager *tp_connection_manager_new (TpDBusDaemon *dbus,
gboolean tp_connection_manager_activate (TpConnectionManager *self);
typedef void (*TpConnectionManagerListCb) (TpConnectionManager * const *cms,
- const GError *error, gpointer user_data, GObject *weak_object);
+ gsize n_cms, const GError *error, gpointer user_data,
+ GObject *weak_object);
void tp_list_connection_managers (TpDBusDaemon *bus_daemon,
TpConnectionManagerListCb callback,