Gdm.Chooser

g GObject.GInterface GObject.GInterface Gdm.Chooser Gdm.Chooser GObject.GInterface->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:
Return type:

int

call_disconnect(cancellable, callback, *user_data)
Parameters:
call_disconnect_finish(res)
Parameters:res (Gio.AsyncResult) –
Raises:GLib.Error
Return type:bool
call_disconnect_sync(cancellable)
Parameters:cancellable (Gio.Cancellable or None) –
Raises:GLib.Error
Return type:bool
call_select_hostname(arg_hostname, cancellable, callback, *user_data)
Parameters:
call_select_hostname_finish(res)
Parameters:res (Gio.AsyncResult) –
Raises:GLib.Error
Return type:bool
call_select_hostname_sync(arg_hostname, cancellable)
Parameters:
Raises:

GLib.Error

Return type:

bool

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:
Return type:

bool

Signal Details

Gdm.Chooser.signals.handle_disconnect(chooser, object)
Signal Name:

handle-disconnect

Flags:

RUN_LAST

Parameters:
Return type:

bool

Gdm.Chooser.signals.handle_select_hostname(chooser, object, p0)
Signal Name:

handle-select-hostname

Flags:

RUN_LAST

Parameters:
Return type:

bool