Using D-BUS messages for event handling
Havoc Pennington
hp@redhat.com
Wed, 28 May 2003 00:06:09 -0400
On Tue, May 27, 2003 at 11:37:45AM +0300, Jarmo.Nikula@nokia.com wrote:
>
> A simple question: is there a support for so called subscribe /
> publish mechanism in D-BUS (called also Notify request / Notify
> -concept) ?
This is what the TODO file means by "message matching" - there's some
discussion in the list archives of how it might work that you may be
interested in.
We'll certainly end up having a feature for this in the end, but right
now all broadcasts are global.
It should be easy to implement, the main thing is just to decide how
it'll work.
Havoc