Gio.File.prototype.mount_mountable_finish
function mount_mountable_finish(result: Gio.AsyncResult): Gio.File { // Gjs wrapper for g_file_mount_mountable_finish() }
Finishes a mount operation. See Gio.File.prototype.mount_mountable for details.
Finish an asynchronous mount operation that was started with Gio.File.prototype.mount_mountable.
- result
- Returns
a Gio.File or null on error. Free the returned object with GObject.Object.prototype.unref.