Gio.Mount::eject_finish

function vfunc_eject_finish(result: Gio.AsyncResult): Boolean {
}
  

Finishes ejecting a mount. If any errors occurred during the operation, @error will be set to contain the errors and false will be returned.

result

a Gio.AsyncResult.

Returns

true if the mount was successfully ejected. false otherwise.