Atspi.DeviceA11yManager¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Atspi.DeviceA11yManager(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod try_new()¶
- Returns:
a pointer to a newly-created
Atspi.DeviceA11yManager
- Return type:
Tries to create a new
Atspi.DeviceA11yManager
.New in version 2.55.
- classmethod try_new_full(app_id)¶
- Parameters:
app_id (
str
orNone
) – The app id Tries to create a newAtspi.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:
New in version 2.55.