Wraps [method@Gio.
FileEnumerator.next_files_async].
Use [method@Dex.Future.await_boxed] to await for the result of this function.
When on a fiber, you can do:
```c g_autolist(GFileInfo) infos = dex_await_boxed (dex_file_enumerator_next_files (enumerator, 100, 0), &error); ```
| file_enumerator |
a [class@Gio.FileEnumerator] |
| num_files |
the number of files |
| io_priority |
the IO priority of the request |
|
a [class@Dex.Future] that resolves to a [struct@GLib.List] of [class@Gio.FileInfo] |