org.a11y.atspi.Application¶
Description¶
Interface that must be implemented by the root object of an application.
Properties¶
org.a11y.atspi.Application:ToolkitName¶
ToolkitName readable s
Name of the GUI toolkit used by the application, for example GTK or Qt.
org.a11y.atspi.Application:Version¶
Version readable s
Version of the GUI toolkit used by the application.
org.a11y.atspi.Application:AtspiVersion¶
AtspiVersion readable s
Version of the AT-SPI that the application supports.
org.a11y.atspi.Application:Id¶
Id readwrite i
A numerical ID of the application, generated when an application uses org.a11y.atspi.Socket.Embed
to register with the accessibility registry.
Methods¶
org.a11y.atspi.Application.GetLocale¶
GetLocale (
IN lctype u,
OUT unnamed_arg1 s
)
Returns a locale of the application in a POSIX locale format. Use it to adjust behavior of the software such as speech output or formatting according to the application’s language and regional settings.
org.a11y.atspi.Application.GetApplicationBusAddress¶
GetApplicationBusAddress (
OUT unnamed_arg0 s
)
Returns a D-Bus address for the main D-Bus connection of the application.