From: Mark <ma...@gm...> - 2008-12-02 21:44:12
|
On Tue, Dec 2, 2008 at 9:55 PM, Andreas Volz <li...@br...> wrote: > 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 > _______________________________________________ > dbus mailing list > db...@li... > http://lists.freedesktop.org/mailman/listinfo/dbus > Yea, i knew there was something on freedesktop but i must have missed the link there to the dbus-c++-devel list. Thanx for pointing me in the right direction. |