Python / C++ application D-Bus usage issues

Tanu Kaskinen tanuk at iki.fi
Mon Dec 17 22:11:57 PST 2012


On Mon, 2012-12-17 at 21:58 -0800, Kip Warner wrote:
> On Tue, 2012-12-18 at 07:56 +0200, Tanu Kaskinen wrote:
> > The automatic probing is done by the bindings' proxy object
> > implementation. No proxy objects -> no Introspect calls.
> 
> But if I send the C++ application a signal through dbus-send, I see the
> former is requested an Introspect query. Is that just a dbus-send quirk
> that can't be disabled and I should just forget that?

I don't know the implementation of dbus-send. If you're saying that
dbus-send calls Introspect even when you use it to just send a signal, I
believe you. I don't know why it does that, but if it does, it probably
has its reasons. Whether or not you can just forget about that depends
on whether this causes problems for you or not.

-- 
Tanu



More information about the dbus mailing list