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

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

2007-11-14 Thread P. Durante
Hi, sorry for not replying earlier On Nov 14, 2007 7:23 AM, Oscar Schnitzer <[EMAIL PROTECTED]> wrote: > > 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.freedes

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

2007-11-14 Thread Vadim Lebedev
Oscar Schnitzer wrote: 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 s

[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