zielmicha / nim-dbus

libdbus binding for Nim
MIT License
20 stars 7 forks source link

Remove stray echo statements, fix various issues #16

Closed PMunch closed 3 years ago

PMunch commented 3 years ago

This removes various echo statements which were confusing when using this as a library. Those which looks like error scenarios have been turned into exceptions. Also improved handling of arrays and tables which was required to implement the Freedesktop Notification specification.