Crate atspi_connection
source ·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§
- A connection to the at-spi bus
Functions§
- Read the
IsEnabled
accessibility status property on the session bus. - Set the
IsEnabled
property in the session bus.
Type Aliases§
- A wrapper for results whose error type is
AtspiError
.