[Wengophone-devel] dbus-c++ in freedesktop.org?

2008-01-22 Thread Oscar Schnitzer
I've been using the OpenWengo dbus-c++ bindings for a while now, and finding that they suit my needs well. However, I've just noticed that they're now also available via freedesktop.org; see http://www.freedesktop.org/wiki/Software/DBusBindings Does this mean that they have now become the offi

Re: [Wengophone-devel] DBus/C++ questions

2007-11-14 Thread Oscar Schnitzer
> From: Vadim Lebedev <[EMAIL PROTECTED]> > I'm not a dbus not dbus-c++ expert > but it seems that you'll find response to your question looking here: > http://dev.openwengo.org/trac/openwengo/trac.cgi/browser/wengophone-ng/branches/wengophone-dbus-api/libs/dbus/examples/echo/echo-client.cpp Vad

Re: [Wengophone-devel] DBus/C++ questions

2007-11-14 Thread Oscar Schnitzer
> From: P. Durante <[EMAIL PROTECTED]> > sorry for not replying earlier No need to apologise, it was more than quick enough. > the equivalent would be to subclass DBus::ObjectProxy, which, > [SNIP lots of good information] > unfortunately BlueZ doesn't seem to provide such an XML file, > which me

[Wengophone-devel] DBus/C++ questions

2007-11-13 Thread Oscar Schnitzer
Hi, I'm writing a linux bluetooth (BlueZ) application in C++, and as such I'm using the C++ DBus bindings developed by the OpenWengo project (as recommended here: http://www.freedesktop.org/wiki/Software/DBusBindings). I like these bindings very much, they suit my style of writing C++. Howev