mount


Description:

public abstract async bool mount (MountMountFlags flags, MountOperation? mount_operation, Cancellable? cancellable = null) throws Error

Mounts a volume.

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

Parameters:

this

a Volume

flags

flags affecting the operation

mount_operation

a MountOperation or null to avoid user interaction

cancellable

optional Cancellable object, null to ignore

callback

a AsyncReadyCallback, or null

user_data

user data that gets passed to callback