[fpc-pascal] DBus Bindings
Marco van de Voort
marcov at stack.nl
Sun Oct 15 23:02:03 CEST 2006
> > Basically I can have one software that constantly scans the bus in a
> > loop in search of messages, and another that sends messages. And it
> > works.
> >
> > Now, I would like to write a class to make the use of dbus easier. I
> > would like to emit a signal when a message arrives, but I don't know
> > how to deal with the need to periodical checking if a message arrive.
>
> Maybe queuing them and leave it to the user program to poll is enough?
> >
> > Should I create the binding class as a separate Thread that checks the
> > bus?
> > Any other ideas?
>
> Is there any relation to the async unit?
Florian, afaik Sebastian already had DBus stuff. He demonstrated it in
Muenchen?
More information about the fpc-pascal
mailing list