death / dbus

A D-BUS client library for Common Lisp
BSD 2-Clause "Simplified" License
45 stars 29 forks source link

Add docstring support to `define-dbus-object` #21

Open Ambrevar opened 5 years ago

Ambrevar commented 5 years ago

Since define-dbus-object defines something akin to methods, it would be nice to attach a documentation string to it. What do you think?

death commented 5 years ago

In principle this makes sense and I would accept a pull request for it, though there are more pressing issues with regards to DEFINE-DBUS-OBJECT and friends (e.g., see https://gist.github.com/death/1c5780c5dcf6a838a867d8701969982f).