Re: libatspi and event processing

2015-03-02 Thread Alejandro PiƱeiro
On 02/03/15 18:08, Lukasz Stanislawski wrote: > Hello everyone, > > Currently, I'm developing small C application using libatspi and > encountered some problems with event processing. > > What I have is two event listeners A and B registered with > atspi_event_listener_register() on different at-sp

libatspi and event processing

2015-03-02 Thread Lukasz Stanislawski
Hello everyone, Currently, I'm developing small C application using libatspi and encountered some problems with event processing. What I have is two event listeners A and B registered with atspi_event_listener_register() on different at-spi events. Inside main loop assume that A listener can

Re: How to implement AT-SPI in any applciation (java,c,etc.)

2015-03-02 Thread Magdalen Berns
Hi Dhairyashil, It is great to find that you're interested in contributing to the java-atk-wrapper. Please, take a look at the HACKING file for some idea of where it is at.[1] The ATK API is a useful reference.[2] There is a lot to it but do not let that put you off. We will help where we can. Pl