godbus / dbus

Native Go bindings for D-Bus
BSD 2-Clause "Simplified" License
976 stars 225 forks source link

Accept connection options in shared bus getters #375

Open delthas opened 1 year ago

delthas commented 1 year ago

It could be useful for apps to try to pass connection options when connecting to the bus, ignoring them if the bus is already connected.

This avoids having to manage the shared bus in the app when specifying connection options.