Python / C++ application D-Bus usage issues

Tanu Kaskinen tanuk at iki.fi
Mon Dec 17 21:22:15 PST 2012


On Mon, 2012-12-17 at 21:18 -0800, Kip Warner wrote:
> On Tue, 2012-12-18 at 07:14 +0200, Tanu Kaskinen wrote:
> > I now checked the dbus-python tutorial, section "Receiving signals"[1],
> > and it seems that you don't need proxy objects just for receiving
> > signals.
> > 
> > [1] http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html#receiving-signals
> 
> Both the Python and the C++ application need to both send and receive
> signals, so I guess I need proxy objects?

No. You only need proxy objects for doing method calls on remote
objects. You *can* use proxy objects also for receiving signals, but as
is clear from the tutorial, that is not necessary.

-- 
Tanu



More information about the dbus mailing list