diff options
author | Maxim Ermilov <zaspire@rambler.ru> | 2009-11-19 00:14:14 +0300 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-11-21 15:54:37 -0500 |
commit | 0bb6ce54f796c00fcf370de07f3bfcfa8d574834 (patch) | |
tree | ae17b03bf4f78d0ef8cfea0bf35cbc419bd2a400 | |
parent | 869ef1ada512d2c47995f9dfbbe7c814d784aff8 (diff) | |
download | gobject-introspection-0bb6ce54f796c00fcf370de07f3bfcfa8d574834.tar.gz |
Correct g_file_enumerator_next_files_finish annotation.
https://bugzilla.gnome.org/show_bug.cgi?id=597677
-rw-r--r-- | gir/gio-2.0.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index 9a263078..0adbde46 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -261,6 +261,12 @@ */ /** + * g_file_enumerator_next_files_finish: + * + * Return value: (transfer container) (element-type FileInfo): + */ + +/** * g_file_find_enclosing_mount: * @cancellable: (allow-none): */ |