Creates a new gtk.mount_operation.MountOperation.
Gets the display on which windows of the gtk.mount_operation.MountOperation will be shown.
Gets the transient parent used by the gtk.mount_operation.MountOperation.
Returns whether the gtk.mount_operation.MountOperation is currently displaying a window.
Sets the display to show windows of the gtk.mount_operation.MountOperation on.
Sets the transient parent for windows shown by the gtk.mount_operation.MountOperation.
Check to see whether the mount operation is being used for an anonymous user.
Gets a choice from the mount operation.
Gets the domain of the mount operation.
Check to see whether the mount operation is being used for a TCRYPT hidden volume.
Check to see whether the mount operation is being used for a TCRYPT system volume.
Gets a password from the mount operation.
Gets the state of saving passwords for the mount operation.
Gets a PIM from the mount operation.
Get the user name from the mount operation.
Emits the #GMountOperation::reply signal.
Sets the mount operation to use an anonymous user if anonymous is true.
Sets a default choice for the mount operation.
Sets the mount operation's domain.
Sets the mount operation to use a hidden volume if hidden_volume is true.
Sets the mount operation to use a system volume if system_volume is true.
Sets the mount operation's password to password.
Sets the state of saving passwords for the mount operation.
Sets the mount operation's PIM to pim.
Sets the user name within op to username.
Connect to Aborted signal.
Connect to AskPassword signal.
Connect to AskQuestion signal.
Connect to Reply signal.
Connect to ShowUnmountProgress signal.
gtk.mount_operation.MountOperation is an implementation of gio.mount_operation.MountOperation.
The functions and objects described here make working with GTK and GIO more convenient.
gtk.mount_operation.MountOperation is needed when mounting volumes: It is an implementation of gio.mount_operation.MountOperation that can be used with GIO functions for mounting volumes such as gio.file.File.mountEnclosingVolume, gio.file.File.mountMountable, gio.volume.Volume.mount, gio.mount.Mount.unmountWithOperation and others.
When necessary, gtk.mount_operation.MountOperation shows dialogs to let the user enter passwords, ask questions or show processes blocking unmount.