Expand description
A connection to AT-SPI.
connection may receive any atspi_common::events::Event structures.
Re-exports§
pub use atspi_common as common;
Structs§
- Accessibility
Connection - A connection to the at-spi bus
Functions§
- read_
session_ accessibility - Read the
IsEnabledaccessibility status property on the session bus. - set_
session_ accessibility - Set the
IsEnabledproperty in the session bus.
Type Aliases§
- Atspi
Result - A wrapper for results whose error type is
AtspiError.