Undocumented in source.
gio.FileEnumerator allows you to operate on a set of GFiles, returning a gio.FileInfo structure for each file enumerated (e.g. g_file_enumerate_children() will return a gio.FileEnumerator for each of the children within a directory).
Undocumented in source.