Gio.File.prototype.start_mountable_finish

function start_mountable_finish(result: Gio.AsyncResult): Boolean {
    // Gjs wrapper for g_file_start_mountable_finish()
}
  

Finishes a start operation. See Gio.File.prototype.start_mountable for details.

Finish an asynchronous start operation that was started with Gio.File.prototype.start_mountable.

Since 2.22

result

a Gio.AsyncResult

Returns

true if the operation finished successfully. false otherwise.