Greg Burri
Results
2
comments of
Greg Burri
I got the same issue with the method 'GetSettings()' from 'org.freedesktop.NetworkManager.Settings.Connection'. Did you find a workaround? http://projects.gnome.org/NetworkManager/developers/api/09/spec.html#org.freedesktop.NetworkManager.Settings.Connection
I randomly replace the method content of _Signature.MakeDict(..)_ : `return MakeArray (MakeDictEntry (keyType, valueType));` by `return MakeDictEntry (keyType, valueType);` And it seems to work, but I can't guarantee that's the...