eject
Description:
[ Version ( deprecated = true , deprecated_since = "2.22" ) ]
public abstract async bool eject (MountUnmountFlags flags, Cancellable? cancellable = null) throws Error
public abstract async bool eject (MountUnmountFlags flags, Cancellable? cancellable = null) throws Error
Warning: eject is deprecated since 2.22.
Ejects a volume.
Note:
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
.
Parameters:
this |
a Volume |
flags |
flags affecting the unmount if required for eject |
cancellable |
optional Cancellable object, null to ignore |
callback |
a TaskReadyCallback, or null |
user_data |
user data that gets passed to |