RE: qdbusxml2cpp - Invalid D-BUS interface problem

2011-02-09 Thread Felipe Crochik
elipe -Original Message- From: maemo-developers-boun...@maemo.org [mailto:maemo-developers-boun...@maemo.org] On Behalf Of Tarantism Sent: Wednesday, February 09, 2011 3:45 PM To: Henning Heinold Cc: maemo-developers Subject: Re: qdbusxml2cpp - Invalid D-BUS interface problem On Wed, 2011-

Re: qdbusxml2cpp - Invalid D-BUS interface problem

2011-02-09 Thread Tarantism
On Wed, 2011-02-09 at 10:28 +0100, Henning Heinold wrote: > you could use dbus-monitor to examine what dbus-send is sending > and what is the result out of the qdbuxml thinigie is. Maybee > the tool does something wrong. Thanks for the suggestion. dbus-monitor doesn't show any activity from the qd

Re: qdbusxml2cpp - Invalid D-BUS interface problem

2011-02-09 Thread Henning Heinold
Hi, you could use dbus-monitor to examine what dbus-send is sending and what is the result out of the qdbuxml thinigie is. Maybee the tool does something wrong. Bye Henning ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo

qdbusxml2cpp - Invalid D-BUS interface problem

2011-02-08 Thread Tarantism
I'm trying to check the system volume from a Qt C++ application. I saw that I could set (and found that I could read) volume over dbus talking to com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer This works fine using dbus-send but when I follow the instructions to use qdbusxml2cpp, I r