summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-15 14:55:21 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-15 14:55:21 +0100
commitf1e0658917eb9da09d33bf3e69016e9843bc8318 (patch)
tree41c6687714c48fafe0bf8c8e8606bf52eeb7cbaa /telepathy-glib/base-connection.c
parent27a0fb245fc4ce9357060b25a756bb4ac8af896e (diff)
downloadtelepathy-glib-f1e0658917eb9da09d33bf3e69016e9843bc8318.tar.gz
Add some missing annotations
Diffstat (limited to 'telepathy-glib/base-connection.c')
-rw-r--r--telepathy-glib/base-connection.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index b22697bfe..d3c84db8a 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -92,9 +92,9 @@
* Signature of an implementation of the create_channel_factories method
* of #TpBaseConnection.
*
- * Returns: a GPtrArray of objects implementing #TpChannelFactoryIface
- * which, between them, implement all channel types this Connection
- * supports.
+ * Returns: (transfer full): a GPtrArray of objects implementing
+ * #TpChannelFactoryIface which, between them, implement all channel types
+ * this Connection supports.
*/
/**
@@ -104,9 +104,9 @@
* Signature of an implementation of the create_channel_managers method
* of #TpBaseConnection.
*
- * Returns: a GPtrArray of objects implementing #TpChannelManager
- * which, between them, implement all channel types this Connection
- * supports.
+ * Returns: (transfer full): a GPtrArray of objects implementing
+ * #TpChannelManager which, between them, implement all channel types this
+ * Connection supports.
*/
/**
@@ -116,9 +116,9 @@
* Signature of the @get_unique_connection_name virtual method
* on #TpBaseConnection.
*
- * Returns: a name for this connection which will be unique within this
- * connection manager process, as a string which the caller must free
- * with #g_free.
+ * Returns: (transfer full): a name for this connection which will be unique
+ * within this connection manager process, as a string which the caller must
+ * free with #g_free.
*/
/**