Gdm.Chooser¶
- Implementations:
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
Properties¶
None
Signals¶
Name |
Short Description |
|---|---|
Signal emitted when a remote caller is invoking the ‘Disconnect() [gdbus-method-org-gnome-DisplayManager-Chooser.Disconnect]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘SelectHostname() [gdbus-method-org-gnome-DisplayManager-Chooser.SelectHostname]’ D-Bus method. |
Fields¶
None
Class Details¶
- class Gdm.Chooser¶
- Bases:
- Structure:
Abstract interface type for the D-Bus interface ‘org.gnome.DisplayManager.Chooser [gdbus-interface-org-gnome-DisplayManager-Chooser.top_of_page]’.
- classmethod interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo. Do not free.- Return type:
Gets a machine-readable description of the ‘org.gnome.DisplayManager.Chooser [gdbus-interface-org-gnome-DisplayManager-Chooser.top_of_page]’ D-Bus interface.
- classmethod override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Objectproperties in theGdm.Chooserinterface for a concrete class. The properties are overridden in the order they are defined.
- call_disconnect(cancellable, callback, *user_data)¶
- Parameters:
cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the ‘Disconnect() [gdbus-method-org-gnome-DisplayManager-Chooser.Disconnect]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default()). You can then callGdm.Chooser.call_disconnect_finish() to get the result of the operation.See
Gdm.Chooser.call_disconnect_sync() for the synchronous, blocking version of this method.
- call_disconnect_finish(res)¶
- Parameters:
res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toGdm.Chooser.call_disconnect().- Raises:
- Returns:
- Return type:
Finishes an operation started with
Gdm.Chooser.call_disconnect().
- call_disconnect_sync(cancellable)¶
- Parameters:
cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘Disconnect() [gdbus-method-org-gnome-DisplayManager-Chooser.Disconnect]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
Gdm.Chooser.call_disconnect() for the asynchronous version of this method.
- call_select_hostname(arg_hostname, cancellable, callback, *user_data)¶
- Parameters:
arg_hostname (
str) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the ‘SelectHostname() [gdbus-method-org-gnome-DisplayManager-Chooser.SelectHostname]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default()). You can then callGdm.Chooser.call_select_hostname_finish() to get the result of the operation.See
Gdm.Chooser.call_select_hostname_sync() for the synchronous, blocking version of this method.
- call_select_hostname_finish(res)¶
- Parameters:
res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toGdm.Chooser.call_select_hostname().- Raises:
- Returns:
- Return type:
Finishes an operation started with
Gdm.Chooser.call_select_hostname().
- call_select_hostname_sync(arg_hostname, cancellable)¶
- Parameters:
arg_hostname (
str) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘SelectHostname() [gdbus-method-org-gnome-DisplayManager-Chooser.SelectHostname]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
Gdm.Chooser.call_select_hostname() for the asynchronous version of this method.
- complete_disconnect(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the ‘Disconnect() [gdbus-method-org-gnome-DisplayManager-Chooser.Disconnect]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_select_hostname(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the ‘SelectHostname() [gdbus-method-org-gnome-DisplayManager-Chooser.SelectHostname]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- do_handle_disconnect(invocation) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation) –- Return type:
Handler for the
Gdm.Chooser::handle-disconnectsignal.
- do_handle_select_hostname(invocation, arg_hostname) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation) –arg_hostname (
str) –
- Return type:
Handler for the
Gdm.Chooser::handle-select-hostnamesignal.
Signal Details¶
- Gdm.Chooser.signals.handle_disconnect(chooser, invocation)¶
- Signal Name:
handle-disconnect- Flags:
- Parameters:
chooser (
Gdm.Chooser) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘Disconnect() [gdbus-method-org-gnome-DisplayManager-Chooser.Disconnect]’ D-Bus method.
If a signal handler returns
True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callGdm.Chooser.complete_disconnect() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHODerror is returned.
- Gdm.Chooser.signals.handle_select_hostname(chooser, invocation, arg_hostname)¶
- Signal Name:
handle-select-hostname- Flags:
- Parameters:
chooser (
Gdm.Chooser) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.arg_hostname (
str) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘SelectHostname() [gdbus-method-org-gnome-DisplayManager-Chooser.SelectHostname]’ D-Bus method.
If a signal handler returns
True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callGdm.Chooser.complete_select_hostname() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHODerror is returned.