Gio.File.prototype.stop_mountable_finish
function stop_mountable_finish(result: Gio.AsyncResult): Boolean {
// Gjs wrapper for g_file_stop_mountable_finish()
}
Finishes an stop operation, see Gio.File.prototype.stop_mountable for details.
Finish an asynchronous stop operation that was started with Gio.File.prototype.stop_mountable.
Since 2.22
- result
- Returns
true if the operation finished successfully. false otherwise.