File.unmountMountableFinish

bool unmountMountableFinish(gio.async_result.AsyncResult result)

Finishes an unmount operation, see [gio.file.File.unmountMountable] for details.

Finish an asynchronous unmount operation that was started with [gio.file.File.unmountMountable].

Parameters

resulta #GAsyncResult

Returns

true if the operation finished successfully.

false otherwise.

Throws

[ErrorWrap]

Deprecated

Use [gio.file.File.unmountMountableWithOperationFinish]

instead.