Atspi.DeviceA11yManager

g Atspi.Device Atspi.Device Atspi.DeviceA11yManager Atspi.DeviceA11yManager Atspi.Device->Atspi.DeviceA11yManager GObject.Object GObject.Object GObject.Object->Atspi.Device

Subclasses:

None

Methods

Inherited:

Atspi.Device (19), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

try_new ()

class

try_new_full (app_id)

Virtual Methods

Inherited:

Atspi.Device (12), GObject.Object (7)

Properties

Inherited:

Atspi.Device (1)

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Atspi.DeviceA11yManager(**kwargs)
Bases:

Atspi.Device

Abstract:

No

Structure:

Atspi.DeviceA11yManagerClass

classmethod try_new()
Returns:

a pointer to a newly-created Atspi.DeviceA11yManager

Return type:

Atspi.DeviceA11yManager

Tries to create a new Atspi.DeviceA11yManager.

New in version 2.55.

classmethod try_new_full(app_id)
Parameters:

app_id (str or None) – The app id Tries to create a new Atspi.DeviceA11yManager with the given app id.

Returns:

a pointer to a newly-created Atspi.DeviceA11yManager if it could establish the required DBus connection, None otherwise.

Return type:

Atspi.DeviceA11yManager

New in version 2.55.