MountOperation

This should not be accessed directly. Use the accessor functions below.

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(gtk.window.Window parent)

Creates a new #GtkMountOperation

Members

Functions

getParent
gtk.window.Window getParent()

Gets the transient parent used by the #GtkMountOperation

getScreen
gdk.screen.Screen getScreen()

Gets the screen on which windows of the #GtkMountOperation will be shown.

isShowing
bool isShowing()

Returns whether the #GtkMountOperation is currently displaying a window.

self
MountOperation self()

Returns this, for use in with statements.

setParent
void setParent(gtk.window.Window parent)

Sets the transient parent for windows shown by the #GtkMountOperation.

setScreen
void setScreen(gdk.screen.Screen screen)

Sets the screen to show windows of the #GtkMountOperation on.

Properties

_gType
GType _gType [@property getter]
parent
gtk.window.Window parent [@property getter]
parent
gtk.window.Window parent [@property setter]
screen
gdk.screen.Screen screen [@property getter]
screen
gdk.screen.Screen screen [@property setter]

Static functions

_getGType
GType _getGType()
builder
MountOperationGidBuilder builder()

Get builder for gtk.mount_operation.MountOperation

Inherited Members

From MountOperation

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
MountOperation self()

Returns this, for use in with statements.

builder
MountOperationGidBuilder builder()

Get builder for gio.mount_operation.MountOperation

anonymous
bool anonymous [@property getter]

Get anonymous property.

anonymous
bool anonymous [@property setter]

Set anonymous property.

choice
int choice [@property getter]

Get choice property.

choice
int choice [@property setter]

Set choice property.

domain
string domain [@property getter]

Get domain property.

domain
string domain [@property setter]

Set domain property.

isTcryptHiddenVolume
bool isTcryptHiddenVolume [@property getter]

Get isTcryptHiddenVolume property.

isTcryptHiddenVolume
bool isTcryptHiddenVolume [@property setter]

Set isTcryptHiddenVolume property.

isTcryptSystemVolume
bool isTcryptSystemVolume [@property getter]

Get isTcryptSystemVolume property.

isTcryptSystemVolume
bool isTcryptSystemVolume [@property setter]

Set isTcryptSystemVolume property.

password
string password [@property getter]

Get password property.

password
string password [@property setter]

Set password property.

passwordSave
gio.types.PasswordSave passwordSave [@property getter]

Get passwordSave property.

passwordSave
gio.types.PasswordSave passwordSave [@property setter]

Set passwordSave property.

pim
uint pim [@property getter]

Get pim property.

pim
uint pim [@property setter]

Set pim property.

username
string username [@property getter]

Get username property.

username
string username [@property setter]

Set username property.

getAnonymous
bool getAnonymous()

Check to see whether the mount operation is being used for an anonymous user.

getChoice
int getChoice()

Gets a choice from the mount operation.

getDomain
string getDomain()

Gets the domain of the mount operation.

getIsTcryptHiddenVolume
bool getIsTcryptHiddenVolume()

Check to see whether the mount operation is being used for a TCRYPT hidden volume.

getIsTcryptSystemVolume
bool getIsTcryptSystemVolume()

Check to see whether the mount operation is being used for a TCRYPT system volume.

getPassword
string getPassword()

Gets a password from the mount operation.

getPasswordSave
gio.types.PasswordSave getPasswordSave()

Gets the state of saving passwords for the mount operation.

getPim
uint getPim()

Gets a PIM from the mount operation.

getUsername
string getUsername()

Get the user name from the mount operation.

reply
void reply(gio.types.MountOperationResult result)

Emits the #GMountOperation::reply signal.

setAnonymous
void setAnonymous(bool anonymous)

Sets the mount operation to use an anonymous user if anonymous is true.

setChoice
void setChoice(int choice)

Sets a default choice for the mount operation.

setDomain
void setDomain(string domain)

Sets the mount operation's domain.

setIsTcryptHiddenVolume
void setIsTcryptHiddenVolume(bool hiddenVolume)

Sets the mount operation to use a hidden volume if hidden_volume is true.

setIsTcryptSystemVolume
void setIsTcryptSystemVolume(bool systemVolume)

Sets the mount operation to use a system volume if system_volume is true.

setPassword
void setPassword(string password)

Sets the mount operation's password to password.

setPasswordSave
void setPasswordSave(gio.types.PasswordSave save)

Sets the state of saving passwords for the mount operation.

setPim
void setPim(uint pim)

Sets the mount operation's PIM to pim.

setUsername
void setUsername(string username)

Sets the user name within op to username.

connectAborted
gulong connectAborted(T callback, Flag!"After" after)

Connect to Aborted signal.

connectAskPassword
gulong connectAskPassword(T callback, Flag!"After" after)

Connect to AskPassword signal.

connectAskQuestion
gulong connectAskQuestion(T callback, Flag!"After" after)

Connect to AskQuestion signal.

connectReply
gulong connectReply(T callback, Flag!"After" after)

Connect to Reply signal.

connectShowProcesses
gulong connectShowProcesses(T callback, Flag!"After" after)

Connect to ShowProcesses signal.

connectShowUnmountProgress
gulong connectShowUnmountProgress(T callback, Flag!"After" after)

Connect to ShowUnmountProgress signal.