MountIF.unmountFinish

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

More...
interface MountIF
bool
unmountFinish

Parameters

result AsyncResultIF

Return Value

Type: bool

TRUE if the mount was successfully unmounted. FALSE otherwise.

Detailed Description

Deprecated: Use g_mount_unmount_with_operation_finish() instead.

Throws

GException on failure.