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