[folks] Annotate some of the test functions, to appease g-ir.



commit 9bc021dbf9c9feab5c0ccefe70a6be9ad00a5a15
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Mon Nov 8 08:12:51 2010 -0800

    Annotate some of the test functions, to appease g-ir.

 tests/lib/telepathy/contactlist/backend.c |    6 ++++++
 tests/lib/telepathy/contactlist/conn.c    |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/tests/lib/telepathy/contactlist/backend.c b/tests/lib/telepathy/contactlist/backend.c
index 317dd7e..62311b1 100644
--- a/tests/lib/telepathy/contactlist/backend.c
+++ b/tests/lib/telepathy/contactlist/backend.c
@@ -209,6 +209,12 @@ tp_test_backend_tear_down (TpTestBackend *self)
   priv->object_path = NULL;
 }
 
+/**
+ * tp_test_backend_get_connection:
+ * @self: the backend
+ *
+ * Returns: (transfer none): the contact list connection or %NULL.
+ */
 TpTestContactListConnection *
 tp_test_backend_get_connection (TpTestBackend *self)
 {
diff --git a/tests/lib/telepathy/contactlist/conn.c b/tests/lib/telepathy/contactlist/conn.c
index 54f2e92..7a15121 100644
--- a/tests/lib/telepathy/contactlist/conn.c
+++ b/tests/lib/telepathy/contactlist/conn.c
@@ -150,6 +150,12 @@ finalize (GObject *object)
       object);
 }
 
+/**
+ * tp_test_contact_list_connection_get_manager:
+ * @self: the connection
+ *
+ * Returns: (transfer none): the contact list manager or %NULL.
+ */
 TpTestContactListManager *
 tp_test_contact_list_connection_get_manager (TpTestContactListConnection *self)
 {



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