From: Andreas V. <li...@br...> - 2008-12-02 21:00:08
|
Am Tue, 2 Dec 2008 21:47:23 +0100 schrieb Mark: > On Tue, Dec 2, 2008 at 9:21 PM, Mark <ma...@gm...> wrote: > > Hey, > > > > I'm currently trying to figure out how i can make a simple DBus > > program with the c++ wrapper. > > I have no previous dbus experience or anythiong dbus related. > > > > using the c api from dbus is not an option for me. > > > > What i try to do (just as a begin) is reading out just some message > > from dbus (lets say the currently played song in Rhythmbox or just > > any app that sends something to dbus). > > i just can't find any examples of how to use the c++ wrapper and > > read a dbus message... > > > > I hope anyone can help me with this. > > > > Thanx, > > Mark > > Just to adjust the part about "i just can't find any examples".. > http://gitorious.org/projects/dbus-cplusplus/repos/mainline/trees/master/examples > > There are a few examples there but they don't tell me much without > proper documentation. > I hope there is a sample online somewhere (in c++!) that explains > every step so that the code makes sense to me. Hello Marc, only for your information. This is a unofficial GIT branch maintained by me. The official branch is on freedesktop. And we've a list for dbus-c++. You could find it at soureforge. You've welcome to ask your questions there. regards Andreas |