Volume.mount

void mount(gio.types.MountMountFlags flags, gio.mount_operation.MountOperation mountOperation = null, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)

Mounts a volume. This is an asynchronous operation, and is finished by calling [gio.volume.Volume.mountFinish] with the volume and #GAsyncResult returned in the callback.

Parameters

flagsflags affecting the operation
mountOperationa #GMountOperation or null to avoid user interaction
cancellableoptional #GCancellable object, null to ignore
callbacka #GAsyncReadyCallback, or null