Hi all,
I am new to at-spi and accessibility. I am trying to understand that how at-spi works and how at-spi can be called in any application.
While working on at-spi I got some error like:
1) " ** (process:4361): WARNING **: AT_SPI_REGISTRY was not started at session startup. "
2) " ** (process:4361): WARNING **: Could not locate registry "
3) " First time Error 2 in initialising SPI "
I was trying to initialize the at-spi in c program, using following method
SPI_init(), on Debian platform, but I got above errors.
So my question is that,
Q1) How At-spi is called in C program?
Q2) what steps we have to follow to call At-SPI in c programm because I got return
value '2', I know that if SPI_init() return 0 then successful initialize, 1 means
already initialize so what does mean that if SPI_init() return 2?