summaryrefslogtreecommitdiff
path: root/telepathy-glib/capabilities.c
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2010-07-09 09:37:52 -0700
committerTravis Reitter <travis.reitter@collabora.co.uk>2010-07-12 10:23:05 -0700
commit3054dace56c8357a1c6bc25a2a55c267d647c2bf (patch)
tree95dc4dab708f349cb7c488bb0388f68c2c785945 /telepathy-glib/capabilities.c
parentdb296094c9a9e6590c9d283f33cc25735ead867e (diff)
downloadtelepathy-glib-3054dace56c8357a1c6bc25a2a55c267d647c2bf.tar.gz
Annotate the return value of Capabilities.get_channel_classes() as unowned by the caller.
Diffstat (limited to 'telepathy-glib/capabilities.c')
-rw-r--r--telepathy-glib/capabilities.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/capabilities.c b/telepathy-glib/capabilities.c
index b04521db0..7448b416d 100644
--- a/telepathy-glib/capabilities.c
+++ b/telepathy-glib/capabilities.c
@@ -78,7 +78,8 @@ struct _TpCapabilitiesPrivate {
*
* <!-- -->
*
- * Returns: the same #GPtrArray as the #TpCapabilities:channel-classes property
+ * Returns: (transfer none): the same #GPtrArray as the
+ * #TpCapabilities:channel-classes property
*
* Since: 0.11.3
*/