Gio.File.prototype.copy_finish
function copy_finish(res: Gio.AsyncResult): Boolean {
// Gjs wrapper for g_file_copy_finish()
}
Finishes copying the file started with Gio.File.copy_async.
- res
- Returns
a true on success, false on error.
function copy_finish(res: Gio.AsyncResult): Boolean {
// Gjs wrapper for g_file_copy_finish()
}
Finishes copying the file started with Gio.File.copy_async.
a true on success, false on error.