GObject.Object
Gio.MountOperation
Gtk.MountOperation
Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkMountOperation |
Class : | MountOperation |
Extends: | Gio.MountOperation |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
anonymous : Boolean
|
Gio.MountOperation | |
choice : Number
|
Gio.MountOperation | |
domain : String
|
Gio.MountOperation | |
is_showing : Boolean
read only
|
Gtk.MountOperation | |
parent : Gtk.Window
|
Gtk.MountOperation | |
parent_instance : Gio.MountOperation
read only
|
Gtk.MountOperation | |
password : String
|
Gio.MountOperation | |
password_save : Gio.PasswordSave
|
Gio.MountOperation | |
priv : Gtk.MountOperationPrivate
read only
|
Gtk.MountOperation | |
screen : Gdk.Screen
|
Gtk.MountOperation | |
username : String
|
Gio.MountOperation |
Method / Constructor | Defined By | |
---|---|---|
new Gtk.MountOperation
(Object properties)
Create a new Gtk.MountOperation
Create a new Gtk.MountOperation
|
||
Create a new Gtk.MountOperation
Create a new Gtk.MountOperation
|
||
get_anonymous
()
:
Boolean
|
Gio.MountOperation | |
get_choice
()
:
Number
|
Gio.MountOperation | |
get_domain
()
:
String
|
Gio.MountOperation | |
get_parent
()
:
Gtk.Window
Gets the transient parent used by the GtkMountOperation
Gets the transient parent used by the GtkMountOperation
|
Gtk.MountOperation | |
get_password
()
:
String
|
Gio.MountOperation | |
get_password_save
()
:
Gio.PasswordSave
|
Gio.MountOperation | |
get_screen
()
:
Gdk.Screen
Gets the screen on which windows of the GtkMountOperation will be shown.
Gets the screen on which windows of the GtkMountOperation will be shown.
|
Gtk.MountOperation | |
get_username
()
:
String
|
Gio.MountOperation | |
is_showing
()
:
Boolean
Returns whether the GtkMountOperation is currently displaying a window.
Returns whether the GtkMountOperation is currently displaying a window.
|
Gtk.MountOperation | |
reply
(MountOperationResult result)
:
none
|
Gio.MountOperation | |
set_anonymous
(Boolean anonymous)
:
none
|
Gio.MountOperation | |
set_choice
(Number choice)
:
none
|
Gio.MountOperation | |
set_domain
(String domain)
:
none
|
Gio.MountOperation | |
set_parent
(Window parent)
:
none
Sets the transient parent for windows shown by the GtkMountOperation.
Sets the transient parent for windows shown by the GtkMountOperation.
|
Gtk.MountOperation | |
set_password
(String password)
:
none
|
Gio.MountOperation | |
set_password_save
(PasswordSave save)
:
none
|
Gio.MountOperation | |
set_screen
(Screen screen)
:
none
Sets the screen to show windows of the GtkMountOperation on.
Sets the screen to show windows of the GtkMountOperation on.
|
Gtk.MountOperation | |
set_username
(String username)
:
none
|
Gio.MountOperation |
Event | Defined By | |
---|---|---|
aborted (MountOperation self)
:
none
|
Gio.MountOperation | |
|
Gio.MountOperation | |
ask_question (MountOperation self, String object, none p0)
:
none
|
Gio.MountOperation | |
reply (MountOperation self, MountOperationResult object)
:
none
|
Gio.MountOperation | |
|
Gio.MountOperation |