hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
185 stars 73 forks source link

Add Variant of Map example #193

Closed mattdibi closed 1 year ago

mattdibi commented 1 year ago

As requested in #74 I added a new example showing the use of the signature for the Variant constructor.

The example is a Java implementation of the example provided in the official NetworkManager repository found here.

hypfvieh commented 1 year ago

Thanks for the sample!