GNOME Bugzilla – Bug 634636
Override request: Gio: Make GFileEnumerator iterable
Last modified: 2010-11-21 20:06:13 UTC
In PyGTK, file enumerators from Gio were iterable, so one was able to do (folder is a Gio.File) for fileinfo in folder.enumerate_children(..): pass
Can you write a test routine which I can run against any overrides I write and attach it here. Thanks.
Duplicate. The old bug even has the start of a patch. *** This bug has been marked as a duplicate of bug 623278 ***