Gio.File.prototype.poll_mountable_finish

function poll_mountable_finish(result: Gio.AsyncResult): Boolean {
    // Gjs wrapper for g_file_poll_mountable_finish()
}
  

Finishes a poll operation. See Gio.File.prototype.poll_mountable for details.

Finish an asynchronous poll operation that was polled with Gio.File.prototype.poll_mountable.

Since 2.22

result

a Gio.AsyncResult

Returns

true if the operation finished successfully. false otherwise.