mount


Description:

[ CCode ( finish_vfunc_name = "mount_finish" , vfunc_name = "mount_fn" ) ]
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 TaskReadyCallback, or null

user_data

user data that gets passed to callback