eject_with_operation


Description:

[ Version ( since = "2.22" ) ]
public abstract async bool eject_with_operation (MountUnmountFlags flags, MountOperation? mount_operation, Cancellable? cancellable = null) throws Error

Ejects a drive.

This is an asynchronous operation, and is finished by calling eject_with_operation.end with the this and AsyncResult data returned in the callback.

Parameters:

this

a Drive.

flags

flags affecting the unmount if required for eject

mount_operation

a MountOperation or null to avoid user interaction.

cancellable

optional Cancellable object, null to ignore.

callback

a TaskReadyCallback, or null.

user_data

user data passed to callback.