summaryrefslogtreecommitdiff
path: root/gio/gunixconnection.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-24 18:24:41 -0300
committerJohan Dahlin <jdahlin@litl.com>2010-09-24 18:24:41 -0300
commit30132c44c18d9a08e4c6a9b4834366bd8628ecfa (patch)
tree134ed0535fb314b82683da0b30a948e3d9a90214 /gio/gunixconnection.c
parent701ce5d2011ee4408212461f6e191eaca2290d0a (diff)
downloadglib-30132c44c18d9a08e4c6a9b4834366bd8628ecfa.tar.gz
Add a lot of missing annotations
Diffstat (limited to 'gio/gunixconnection.c')
-rw-r--r--gio/gunixconnection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gunixconnection.c b/gio/gunixconnection.c
index cf0b6f42b..82510f5c9 100644
--- a/gio/gunixconnection.c
+++ b/gio/gunixconnection.c
@@ -386,7 +386,7 @@ g_unix_connection_send_credentials (GUnixConnection *connection,
* Other ways to exchange credentials with a foreign peer includes the
* #GUnixCredentialsMessage type and g_socket_get_credentials() function.
*
- * Returns: Received credentials on success (free with
+ * Returns: (transfer full): Received credentials on success (free with
* g_object_unref()), %NULL if @error is set.
*
* Since: 2.26