Gdm.Chooser¶
| Implementations: | |
|---|---|
| Gdm.ChooserProxy,Gdm.ChooserSkeleton | |
Methods¶
| class | interface_info() | 
| class | override_properties(klass, property_id_begin) | 
| call_disconnect(cancellable, callback, *user_data) | |
| call_disconnect_finish(res) | |
| call_disconnect_sync(cancellable) | |
| call_select_hostname(arg_hostname, cancellable, callback, *user_data) | |
| call_select_hostname_finish(res) | |
| call_select_hostname_sync(arg_hostname, cancellable) | |
| complete_disconnect(invocation) | |
| complete_select_hostname(invocation) | 
Virtual Methods¶
| do_handle_disconnect(invocation) | |
| do_handle_select_hostname(invocation, arg_hostname) | 
Properties¶
None
Signals¶
| Name | Short Description | 
|---|---|
| handle-disconnect | |
| handle-select-hostname | 
Fields¶
None
Class Details¶
- 
class Gdm.Chooser¶
- Bases: - GObject.GInterface- Structure: - Gdm.ChooserIface- 
classmethod interface_info()¶
- Return type: - Gio.DBusInterfaceInfo
 - 
classmethod override_properties(klass, property_id_begin)¶
- Parameters: - klass (GObject.ObjectClass) –
- property_id_begin (int) –
 - Return type: 
- klass (
 - 
call_disconnect(cancellable, callback, *user_data)¶
- Parameters: - cancellable (Gio.CancellableorNone) –
- callback (Gio.AsyncReadyCallbackorNone) –
- user_data (objectorNone) –
 
- cancellable (
 - 
call_disconnect_finish(res)¶
- Parameters: - res ( - Gio.AsyncResult) –- Raises: - GLib.Error- Return type: - bool
 - 
call_disconnect_sync(cancellable)¶
- Parameters: - cancellable ( - Gio.Cancellableor- None) –- Raises: - GLib.Error- Return type: - bool
 - 
call_select_hostname(arg_hostname, cancellable, callback, *user_data)¶
- Parameters: - arg_hostname (str) –
- cancellable (Gio.CancellableorNone) –
- callback (Gio.AsyncReadyCallbackorNone) –
- user_data (objectorNone) –
 
- arg_hostname (
 - 
call_select_hostname_finish(res)¶
- Parameters: - res ( - Gio.AsyncResult) –- Raises: - GLib.Error- Return type: - bool
 - 
call_select_hostname_sync(arg_hostname, cancellable)¶
- Parameters: - arg_hostname (str) –
- cancellable (Gio.CancellableorNone) –
 - Raises: - Return type: 
- arg_hostname (
 - 
complete_disconnect(invocation)¶
- Parameters: - invocation ( - Gio.DBusMethodInvocation) –
 - 
complete_select_hostname(invocation)¶
- Parameters: - invocation ( - Gio.DBusMethodInvocation) –
 - 
do_handle_disconnect(invocation) virtual¶
- Parameters: - invocation ( - Gio.DBusMethodInvocation) –- Return type: - bool
 - 
do_handle_select_hostname(invocation, arg_hostname) virtual¶
- Parameters: - invocation (Gio.DBusMethodInvocation) –
- arg_hostname (str) –
 - Return type: 
- invocation (
 
- 
classmethod 
Signal Details¶
- 
Gdm.Chooser.signals.handle_disconnect(chooser, object)¶
- Signal Name: - handle-disconnect- Flags: - Parameters: - chooser (Gdm.Chooser) – The object which received the signal
- object (Gio.DBusMethodInvocation) –
 - Return type: 
- chooser (
- 
Gdm.Chooser.signals.handle_select_hostname(chooser, object, p0)¶
- Signal Name: - handle-select-hostname- Flags: - Parameters: - chooser (Gdm.Chooser) – The object which received the signal
- object (Gio.DBusMethodInvocation) –
- p0 (str) –
 - Return type: 
- chooser (