Mount.unmountFinish

bool unmountFinish(gio.async_result.AsyncResult result)

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

Parameters

resulta #GAsyncResult.

Returns

true if the mount was successfully unmounted. false otherwise.

Throws

[ErrorWrap]

Deprecated

Use [gio.mount.Mount.unmountWithOperationFinish] instead.