summaryrefslogtreecommitdiff
path: root/gio/gfileenumerator.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-06-10 14:02:15 -0400
committerColin Walters <walters@verbum.org>2010-06-10 14:03:02 -0400
commit7c36619d269284597d5df4f366b6389df9bcf617 (patch)
tree382447af23c81fac65e63e7b4983547fd22a0c91 /gio/gfileenumerator.c
parent3a062d2e33aa1d54dd460a1a2cb297009d94d4d6 (diff)
downloadglib-7c36619d269284597d5df4f366b6389df9bcf617.tar.gz
glib-7c36619d269284597d5df4f366b6389df9bcf617.tar.bz2
glib-7c36619d269284597d5df4f366b6389df9bcf617.zip
[Gio] Merge in introspection annotations from gobject-introspection gio-2.0.c
This is not an exhaustive set, but covers everything we have so far.
Diffstat (limited to 'gio/gfileenumerator.c')
-rw-r--r--gio/gfileenumerator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c
index f97ce917f..f9439d226 100644
--- a/gio/gfileenumerator.c
+++ b/gio/gfileenumerator.c
@@ -391,7 +391,7 @@ g_file_enumerator_next_files_async (GFileEnumerator *enumerator,
*
* Finishes the asynchronous operation started with g_file_enumerator_next_files_async().
*
- * Returns: a #GList of #GFileInfo<!---->s. You must free the list with
+ * Returns: (transfer full) (element-type FileInfo): a #GList of #GFileInfo<!---->s. You must free the list with
* g_list_free() and unref the infos with g_object_unref() when you're
* done with them.
**/