[ Deprecated ( since = "2.22" ) ]
public abstract async bool eject (MountUnmountFlags flags, Cancellable? cancellable = null) throws Error
Warning: eject is deprecated.
Ejects a volume.
Use eject_with_operation instead.
This is an asynchronous operation, and is finished by calling eject.end with the
this and AsyncResult returned in the
callback.
| this |
a Volume |
| flags |
flags affecting the unmount if required for eject |
| cancellable |
optional Cancellable object, null to ignore |
| callback |
a AsyncReadyCallback, or null |
| user_data |
user data that gets passed to |