Gio.File.prototype.mount_enclosing_volume_finish

function mount_enclosing_volume_finish(result: Gio.AsyncResult): Boolean {
    // Gjs wrapper for g_file_mount_enclosing_volume_finish()
}
  

Finishes a mount operation started by Gio.File.prototype.mount_enclosing_volume.

result

a Gio.AsyncResult

Returns

true if successful. If an error has occurred, this function will return false and set @error appropriately if present.