unmount


Description:

[ Version ( deprecated = true , deprecated_since = "2.22" ) ]
public abstract async bool unmount (MountUnmountFlags flags, Cancellable? cancellable = null) throws Error

Warning: unmount is deprecated since 2.22.

Unmounts a mount.

Note:

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.

Parameters:

this

a Mount.

flags

flags affecting the operation

cancellable

optional Cancellable object, null to ignore.

callback

a TaskReadyCallback, or null.

user_data

user data passed to callback.