[folks] Fix the GIR annotation for connection_open_contact_list_channel_finish
- From: Travis Reitter <treitter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Fix the GIR annotation for connection_open_contact_list_channel_finish
- Date: Fri, 17 Sep 2010 23:57:15 +0000 (UTC)
commit 853291d76e23ec509229e49fe5f6594082741eb3
Author: Travis Reitter <travis reitter collabora co uk>
Date: Thu Sep 16 10:35:33 2010 -0700
Fix the GIR annotation for connection_open_contact_list_channel_finish
backends/telepathy/lib/tp-lowlevel.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/backends/telepathy/lib/tp-lowlevel.c b/backends/telepathy/lib/tp-lowlevel.c
index f27866d..6b83d15 100644
--- a/backends/telepathy/lib/tp-lowlevel.c
+++ b/backends/telepathy/lib/tp-lowlevel.c
@@ -100,19 +100,18 @@ folks_tp_lowlevel_connection_open_contact_list_channel_async (
* function) */
/**
* folks_tp_lowlevel_connection_open_contact_list_channel_finish:
- * @tp_lowlevel: a #FolksTpLowlevel
+ * @lowlevel: a #FolksTpLowlevel
* @result: a #GAsyncResult
* @error: return location for a #GError, or %NULL
*
* Finish an asynchronous operation to open a contact list channel, started with
* folks_tp_lowlevel_connection_open_contact_list_channel_async().
*
- * Return value: (transfer full): the contact list channel; unref with
- * g_object_unref()
+ * Returns: (transfer none): the ensured-valid #TpChannel
*/
TpChannel *
folks_tp_lowlevel_connection_open_contact_list_channel_finish (
- FolksTpLowlevel *tp_lowlevel,
+ FolksTpLowlevel *lowlevel,
GAsyncResult *result,
GError **error)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]