artyom-poptsov / guile-dbus

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

Remove missing symbols from export lists. #2

Open HugoNikanor opened 2 years ago

HugoNikanor commented 2 years ago

I would guess that most of these were the symbol for the data-type. But since that doesn't exist, and we couldn't even do anything with it if it existed, I have removed it.

This also removes dbus-connection?, since it wasn't implemented. It would however be a good idea to implement it.

I separated the merge request into two commits, where the earlier one just comments out the unused symbols.