GNOME Bugzilla – Bug 702333
GFileEnumerator: Add g_file_enumerator_iterate()
Last modified: 2015-02-20 15:10:51 UTC
TL;DR: g_file_enumerator_next() is really annoying to use from C since one has to allocate a temporary GError to distinguish "end of iteration" versus "error" in the gboolean return value. See https://git.gnome.org/browse/libgsystem/commit/?id=077fc095208e8429400763f0e41ac7c8884e8c1e
*** This bug has been marked as a duplicate of bug 661554 ***