[Telepathy-commits] [telepathy-glib/master] Make header parameter naming match body and docs

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Feb 13 04:22:34 PST 2009


---
 telepathy-glib/connection-manager.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/connection-manager.h b/telepathy-glib/connection-manager.h
index 759d35b..7dc1efa 100644
--- a/telepathy-glib/connection-manager.h
+++ b/telepathy-glib/connection-manager.h
@@ -116,7 +116,7 @@ void tp_list_connection_managers (TpDBusDaemon *bus_daemon,
     gpointer user_data, GDestroyNotify destroy,
     GObject *weak_object);
 
-typedef void (*TpConnectionManagerWhenReadyCb) (TpConnectionManager *self,
+typedef void (*TpConnectionManagerWhenReadyCb) (TpConnectionManager *cm,
     const GError *error, gpointer user_data, GObject *weak_object);
 
 void tp_connection_manager_call_when_ready (TpConnectionManager *self,
-- 
1.5.6.5




More information about the telepathy-commits mailing list