mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-30 04:44:16 +02:00
gio: port annotations from the Vala metadata.
https://bugzilla.gnome.org/show_bug.cgi?id=730493
This commit is contained in:
@@ -191,8 +191,9 @@ g_file_enumerator_init (GFileEnumerator *enumerator)
|
||||
* enumerator is at the end, %NULL will be returned and @error will
|
||||
* be unset.
|
||||
*
|
||||
* Returns: (transfer full): A #GFileInfo or %NULL on error or end of enumerator.
|
||||
* Free the returned object with g_object_unref() when no longer needed.
|
||||
* Returns: (nullable) (transfer full): A #GFileInfo or %NULL on error
|
||||
* or end of enumerator. Free the returned object with
|
||||
* g_object_unref() when no longer needed.
|
||||
**/
|
||||
GFileInfo *
|
||||
g_file_enumerator_next_file (GFileEnumerator *enumerator,
|
||||
|
Reference in New Issue
Block a user