DriveT.ejectFinish

Warning g_drive_eject_finish has been deprecated since version 2.22 and should not be used in newly-written code. Use g_drive_eject_with_operation_finish() instead. Finishes ejecting a drive.

template DriveT(TStruct)
int
ejectFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

a GAsyncResult.

Return Value

Type: int

TRUE if the drive has been ejected successfully, FALSE otherwise.

Throws

GException on failure.

Meta