artyom-poptsov / guile-dbus

GNU Guile bindings to DBus.
GNU General Public License v3.0
5 stars 2 forks source link

Add support for remaining simple types. #5

Open HugoNikanor opened 2 years ago

HugoNikanor commented 2 years ago

As written, this merge request adds support for remaining simple DBus data-types, but only in some contexts. The problem with going all the way is due to Guile DBus not having a clear type definition for complex types, which I have started the discussion about over at https://github.com/artyom-poptsov/guile-dbus/issues/4.