mount

open fun mount(    flags: MountMountFlags,     mountOperation: MountOperation? = null,     cancellable: Cancellable? = null,     callback: AsyncReadyCallback?)(source)

Mounts a volume. This is an asynchronous operation, and is finished by calling g_volume_mount_finish() with the @volume and #GAsyncResult returned in the @callback.

Parameters

flags

flags affecting the operation

mountOperation

a #GMountOperation or null to avoid user interaction

cancellable

optional #GCancellable object, null to ignore

callback

a #GAsyncReadyCallback, or null