Name
SPI main loop and initialization -- 
Details
SPI_init ()
Connects to the accessibility registry and initializes the SPI.
SPI_event_main ()
| void        SPI_event_main                  (boolean isGNOMEApp); | 
Starts/enters the main event loop for the SPI services.
(NOTE: This method does not return control, it is exited via a call to exit()
from within an event handler).
SPI_eventIsReady ()
| boolean     SPI_eventIsReady                (); | 
Checks to see if an SPI event is waiting in the event queue.
Used by clients that don't wish to use SPI_event_main().
Not Yet Implemented.
SPI_nextEvent ()
Gets the next event in the SPI event queue; blocks if no event
is pending and waitForEvent is TRUE.
Used by clients that don't wish to use SPI_event_main().
Not Yet Implemented.
SPI_exit ()
Disconnects from the Accessibility Registry and releases resources.