
Last chance! 50% off unlimited learning
Sale ends in
callback
will be called with
user.user
data, and the operation can be finalized with
gFileEjectMountableWithOperationFinish
.gFileEjectMountableWithOperation(object, flags, mount.operation, cancellable = NULL, callback, user.data = NULL)
GFile
.GMountOperation
, or NULL
to avoid user interaction.GCancellable
object, NULL
to ignore.GAsyncReadyCallback
to call when the request is satisfied, or NULL
.cancellable
is not NULL
, then the operation can be cancelled by
triggering the cancellable object from another thread. If the operation
was cancelled, the error G_IO_ERROR_CANCELLED
will be returned.
Since 2.22