[folks/folks-0-1] Fix the GIR annotations for connect_to_new_group_channels



commit 06f48178dbaba3ec3d537ba5f9b338e06f35f268
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Thu Sep 16 10:19:22 2010 -0700

    Fix the GIR annotations for connect_to_new_group_channels

 backends/telepathy/lib/tp-lowlevel.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/backends/telepathy/lib/tp-lowlevel.c b/backends/telepathy/lib/tp-lowlevel.c
index f8bb044..78e4349 100644
--- a/backends/telepathy/lib/tp-lowlevel.c
+++ b/backends/telepathy/lib/tp-lowlevel.c
@@ -511,16 +511,16 @@ got_channels_cb (TpProxy *conn,
 
 /**
  * folks_tp_lowlevel_connection_connect_to_new_group_channels:
- * @tp_lowlevel: a #FolksTpLowlevel
+ * @lowlevel: a #FolksTpLowlevel
  * @conn: the connection to use
- * @callback: function to call on completion
+ * @callback: (scope call): function to call on completion
  * @user_data: (closure): user data to pass to @callback
  *
  * Connect to the NewChannels signal.
  */
 void
 folks_tp_lowlevel_connection_connect_to_new_group_channels (
-    FolksTpLowlevel *tp_lowlevel,
+    FolksTpLowlevel *lowlevel,
     TpConnection *conn,
     FolksTpLowlevelNewGroupChannelsCallback callback,
     gpointer user_data)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]