Top |
Functions
atspi_init ()
int
atspi_init (void
);
Connects to the accessibility registry and initializes the SPI.
atspi_event_main ()
void
atspi_event_main ();
Starts/enters the main event loop for the AT-SPI services.
NOTE: This method does not return control; it is exited via a call to atspi_event_quit from within an event handler.
atspi_event_quit ()
void
atspi_event_quit ();
Quits the last main event loop for the AT-SPI services, See: atspi_event_main