VolumeIF.mount

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. Virtual: mount_fn

Parameters

flags GMountMountFlags

flags affecting the operation

mountOperation MountOperation

a GMountOperation or NULL to avoid user interaction. [allow-none]

cancellable Cancellable

optional GCancellable object, NULL to ignore. [allow-none]

callback GAsyncReadyCallback

a GAsyncReadyCallback, or NULL. [allow-none]

userData void*

user data that gets passed to callback

Meta