MountOperation
Object Hierarchy:
Description:
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.
Content:
Properties:
Creation methods:
Methods:
- public unowned Window get_parent ()
Gets the transient parent used by the `GtkMountOperation`.
- public unowned Screen get_screen ()
Gets the screen on which windows of the
MountOperation will be shown.
- public void set_parent (Window parent)
Sets the transient parent for windows shown by the
`GtkMountOperation`.
- public void set_screen (Screen screen)
Sets the screen to show windows of the
MountOperation on.
Inherited Members:
All known members inherited from class GLib.MountOperation
All known members inherited from class GLib.Object