Java DBus Question

Matthew Johnson dbus at matthew.ath.cx
Tue Sep 14 01:42:34 PDT 2010


On Tue Sep 14 09:30, Arigead wrote:
> Hello list,
>     I'm not an expert in The Java and interfacing some DBus stuff to
> Java code is a bit all over the place. Java don't support multiple
> returns and things. My present problem is that I've got a DBus signal
> which passes an array. The output from dbus-monitor is:
> 
>    array [
>       dict entry(
>          string "type"
>          variant             string "bookmark"
>       )

That looks like a dictionary string => variant to me. You want
Map<String,Variant> (Variant is defined in the dbus bindings)

Matt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/dbus/attachments/20100914/e419be74/attachment.pgp>


More information about the dbus mailing list