Hi,
For listening D-Bus signals, I always used threads which have loop. But after upgrade D-Bus interface from 0.92 to 1.2.16 (see
http://bugs.freepascal.org/view.php?id=14086) signals no longer work with threads (DBus connection can't hear any signal). I don't know if this is error, but it will be great pleasure to get rid of threads, but I do not know any alternative (I can't block main loop). Is there any "eventer" in Free Pascal which sinchronizes with main loop? I need this only for linux.
Regards.