Java-dbus First steps
Will Thompson
will.thompson at collabora.co.uk
Thu Oct 29 07:25:55 PDT 2009
On 29/10/09 12:41, Arigead wrote:
> BusMatchRule match = new DBusMatchRule("type",
> "org.gnome.Rhythmbox.Player",
> "playingChanged");
>
> But I'm not sure what the type should be. boolean?
"signal".
See
<http://dbus.freedesktop.org/doc/dbus-specification.html#message-bus-routing-match-rules>
for the definition of match rules at the D-Bus level.
Regards,
--
Will
More information about the dbus
mailing list