Gio.Volume::mount_fn
function vfunc_mount_fn(flags: Gio.MountMountFlags, mount_operation: Gio.MountOperation, cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void { }
Mounts a volume. This is an asynchronous operation, and is finished by calling Gio.Volume.prototype.mount_finish with the volume and Gio.AsyncResult returned in the callback.
- flags
flags affecting the operation
- mount_operation
a Gio.MountOperation or null to avoid user interaction
- cancellable
optional Gio.Cancellable object, null to ignore
- callback
a Gio.AsyncReadyCallback, or null