[folks/folks-0-1] 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/folks-0-1] Fix the GIR annotation for connection_open_contact_list_channel_finish
- Date: Fri, 17 Sep 2010 23:04:14 +0000 (UTC)
commit 790d641a3fbc986a5b706b8234899ba49c61d71b
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 | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/backends/telepathy/lib/tp-lowlevel.c b/backends/telepathy/lib/tp-lowlevel.c
index 78e4349..f2a5692 100644
--- a/backends/telepathy/lib/tp-lowlevel.c
+++ b/backends/telepathy/lib/tp-lowlevel.c
@@ -98,9 +98,19 @@ folks_tp_lowlevel_connection_open_contact_list_channel_async (
/* XXX: ideally, we'd either make this static or hide it in the .metadata file,
* but neither seems to be supported (without breaking the binding to the async
* function) */
+/**
+ * folks_tp_lowlevel_connection_open_contact_list_channel_finish:
+ * @lowlevel: a #FolksTpLowlevel
+ * @result: the async result
+ * @error: a #GError, or %NULL
+ *
+ * Finish opening a Telepathy Contact List Channel.
+ *
+ * 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]