Jerry
I've *thought* about it. I remain undecided about how
great the value would be. Can you name use cases you
imagine for it?
Yes, it would be a nice thing, especially for desktop related
integration and getting messages from the system daemons.
Basically it fills a similar niche to Tk's send or tcllib comm, but with
lots of things added.
One could go two ways to wrap libdbus:
1. use the glib based api which is simpler and merge the glib and the
Tcl event loop
2. don't use the glib stuff but the dbus low level api and write code to
integrate directly with Tcls event loop
The one thing I'm not sure about is how to represent the api into Tcl
nicely, those pathes look a lot like Tcl lists, or could be mapped to
namespaces..., and the dbus objects could be done as safe interpreters
or just plain emulated objects via namespaces etc. etc.
Michael