Re: libatspi and event processing

2015-03-05 Thread Lukasz Stanislawski
On 05.03.2015 05:14, Mike Gorse wrote: Not really an answer, but the call to process_deferred_messages() is the interesting bit here. When an AT-SPI event is received, it is queued for later processing via process_deferred_messages, which is executed either in an idle handler or at the end of a

Re: libatspi and event processing

2015-03-04 Thread Mike Gorse
Not really an answer, but the call to process_deferred_messages() is the interesting bit here. When an AT-SPI event is received, it is queued for later processing via process_deferred_messages, which is executed either in an idle handler or at the end of a method call. Iirc this is done in orde

Re: libatspi and event processing

2015-03-03 Thread Lukasz Stanislawski
Hey, thank Tou for quick answer. On 02.03.2015 18:39, Alejandro Piñeiro wrote: 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 a

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