Gio.Mount.prototype.unmount_finish
function unmount_finish(result: Gio.AsyncResult): Boolean {
// Gjs wrapper for g_mount_unmount_finish()
}
Finishes unmounting a mount. If any errors occurred during the operation, @error will be set to contain the errors and false will be returned.
- result
- Returns
true if the mount was successfully unmounted. false otherwise.