Gio.FileEnumerator.prototype.next_files_finish

function next_files_finish(result: Gio.AsyncResult): Array(Gio.FileInfo) {
    // Gjs wrapper for g_file_enumerator_next_files_finish()
}
  

Finishes the asynchronous operation started with Gio.FileEnumerator.prototype.next_files_async.

result

a Gio.AsyncResult.

Returns

a GLib.List of Gio.FileInfo<!---->s. You must free the list with GLib.List.free and unref the infos with GObject.Object.prototype.unref when you're done with them.