VolumeIF.ejectFinish

Warning g_volume_eject_finish has been deprecated since version 2.22 and should not be used in newly-written code. Use g_volume_eject_with_operation_finish() instead. Finishes ejecting a volume. If any errors occurred during the operation, error will be set to contain the errors and FALSE will be returned.

interface VolumeIF
int
ejectFinish

Parameters

result AsyncResultIF

a GAsyncResult.

Return Value

Type: int

TRUE, FALSE if operation failed.

Throws

GException on failure.

Meta