summaryrefslogtreecommitdiff
path: root/telepathy-glib
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2010-05-22 13:28:45 +0200
committerXavier Claessens <xclaesse@gmail.com>2010-05-22 13:28:45 +0200
commit9d2a3943af9f95be83cb4fa4371bda23c77f94f6 (patch)
tree7b76be639107e5e24f2e7113f957449579da4c37 /telepathy-glib
parent599b5f3fa37650e38ba3ce431ccb6124abedcbe0 (diff)
downloadtelepathy-glib-9d2a3943af9f95be83cb4fa4371bda23c77f94f6.tar.gz
Annotate that tp_contact_get_avatar_file() does not return a new ref
This fix issues with bindings
Diffstat (limited to 'telepathy-glib')
-rw-r--r--telepathy-glib/contact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/contact.c b/telepathy-glib/contact.c
index e882dd431..1a12ed54d 100644
--- a/telepathy-glib/contact.c
+++ b/telepathy-glib/contact.c
@@ -322,7 +322,7 @@ tp_contact_get_avatar_token (TpContact *self)
* is re-entered; if the caller requires a #GFile that will persist for
* longer than that, it must be reffed with g_object_ref().
*
- * Returns: the same #GFile as the #TpContact:avatar-file property
+ * Returns: (transfer none): the same #GFile as the #TpContact:avatar-file property
* (possibly %NULL)
*
* Since: 0.11.UNRELEASED