MountIF.unmountWithOperationFinish

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

interface MountIF
int
unmountWithOperationFinish

Parameters

result AsyncResultIF

a GAsyncResult.

Return Value

Type: int

TRUE if the mount was successfully unmounted. FALSE otherwise.

Throws

GException on failure.

Meta