diff options
Diffstat (limited to 'glib/gcompletion.c')
-rw-r--r-- | glib/gcompletion.c | 2 |
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 |