summaryrefslogtreecommitdiff
path: root/glib/gcompletion.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-06-07 17:07:46 -0400
committerColin Walters <walters@verbum.org>2011-06-07 17:07:46 -0400
commitf0620902b2991577fbf0f69d2564535e7306ce20 (patch)
tree37be86631b59bfea7a4f3595947b0d4f108d6b6f /glib/gcompletion.c
parentdad374b1a05bc98a5b8c90e2de51ce87dc4fbd8f (diff)
downloadglib-f0620902b2991577fbf0f69d2564535e7306ce20.tar.gz
Update annotations from gobject-introspection/gir/glib-2.0.c
This covers most of them.
Diffstat (limited to 'glib/gcompletion.c')
-rw-r--r--glib/gcompletion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gcompletion.c b/glib/gcompletion.c
index 13ebc43d5..87982d738 100644
--- a/glib/gcompletion.c
+++ b/glib/gcompletion.c
@@ -286,7 +286,7 @@ completion_check_cache (GCompletion* cmp,
* You should use this function instead of g_completion_complete() if your
* items are UTF-8 strings.
*
- * Return value: the list of items whose strings begin with @prefix. This should
+ * Return value: (element-type utf8) (transfer none): the list of items whose strings begin with @prefix. This should
* not be changed.
*
* Since: 2.4