[ CCode ( type_id = "gtk_mount_operation_get_type ()" ) ]
public class MountOperation : MountOperation
Asks the user for passwords and other information required to mount a volume.
`GtkMountOperation` is needed when mounting volumes: It is an implementation of `GMountOperation` that can be used with GIO functions for mounting volumes such as [method@Gio.File.mount_enclosing_volume], [method@Gio.File.mount_mountable], [method@Gio.Volume.mount], [ method@Gio.Mount.unmount_with_operation] and others.
When necessary, `GtkMountOperation` shows dialogs to let the user enter passwords, ask questions or show processes blocking unmount.