TypeScript API Documentation for DEX
API Version: 1
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v5.2.0
Wraps Gio.FileEnumerator.next_files_async.
Use Dex.Future.await_boxed to await for the result of this function.
When on a fiber, you can do:
g_autolist(GFileInfo) infos = dex_await_boxed (dex_file_enumerator_next_files (enumerator, 100, 0), &error); Copy
g_autolist(GFileInfo) infos = dex_await_boxed (dex_file_enumerator_next_files (enumerator, 100, 0), &error);
a Gio.FileEnumerator
the number of files
the [IO priority][iface@Gio.AsyncResult#io-priority] of the request
a Dex.Future that resolves to a GLib.List of Gio.FileInfo
Wraps Gio.FileEnumerator.next_files_async.
Use Dex.Future.await_boxed to await for the result of this function.
When on a fiber, you can do: