Gio.File.prototype.enumerate_children_finish

function enumerate_children_finish(res: Gio.AsyncResult): Gio.FileEnumerator {
    // Gjs wrapper for g_file_enumerate_children_finish()
}
  

Finishes an async enumerate children operation. See Gio.File.prototype.enumerate_children_async.

res

a Gio.AsyncResult

Returns

a Gio.FileEnumerator or null if an error occurred. Free the returned object with GObject.Object.prototype.unref.