|
From: P. D. <sh...@gm...> - 2008-09-08 22:33:46
|
On Mon, Sep 8, 2008 at 11:43 PM, Andreas Volz <li...@br...> wrote: > Hello, > > I noticed that if I call a message with dbus-c++ that the caller > blocks. > of course > How could I realize a async communication like I would expect with > dbus-c++? > > I could for sure put something on top of dbus-c++, but better would be > to place that into the library. > libdbus already has logic to do that, it just needs to be properly wrapped in c++ http://dbus.freedesktop.org/doc/api/html/group__DBusPendingCall.html |