diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-26 18:10:17 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-26 18:10:17 +0000 |
commit | 688eb65cf6840aa4ef2b3493bb652f9e1bb0ec37 (patch) | |
tree | 141b407853d11c980e4ccf6d6283bf6e6530fcee /telepathy-glib/connection-manager.h | |
parent | 23023fb7182088cf7ed947288740204a43c96958 (diff) | |
download | telepathy-glib-688eb65cf6840aa4ef2b3493bb652f9e1bb0ec37.tar.gz |
TpConnectionManager: document tp_list_connection_managers
20071126181017-53eee-7810a10f1f23d664b684dbd627db6dd6e48cc7b5.gz
Diffstat (limited to 'telepathy-glib/connection-manager.h')
-rw-r--r-- | telepathy-glib/connection-manager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/connection-manager.h b/telepathy-glib/connection-manager.h index 85648925b..b3578a0e9 100644 --- a/telepathy-glib/connection-manager.h +++ b/telepathy-glib/connection-manager.h @@ -91,7 +91,8 @@ typedef void (*TpConnectionManagerListCb) (TpConnectionManager **cms, const GError *error, gpointer user_data); void tp_list_connection_managers (TpDBusDaemon *bus_daemon, - TpConnectionManagerListCb callback, gpointer user_data); + TpConnectionManagerListCb callback, + gpointer user_data); G_END_DECLS |