commit | daa017464e266380cdeb4e6f9613eba9182b59a3 | [log] [tgz] |
---|---|---|
author | John Southworth <john.southworth@gmail.com> | Tue Oct 26 17:35:01 2021 |
committer | John Southworth <john.southworth@gmail.com> | Tue Oct 26 17:37:57 2021 |
tree | 273b8aed433371585297cb4dec15ba3da2e92d12 | |
parent | cdbe383cea7ffe7a7b7c57ba1926759fb1e32609 [diff] |
Add missing WithHandler call to DialHandler This options was missed during the refactor.
dbus is a simple library that implements native Go client bindings for the D-Bus message bus system.
This packages requires Go 1.12 or later. It can be installed by running the command below:
go get github.com/godbus/dbus/v5
The complete package documentation and some simple examples are available at godoc.org. Also, the _examples directory gives a short overview over the basic usage.
Please note that the API is considered unstable for now and may change without further notice.
go.dbus is available under the Simplified BSD License; see LICENSE for the full text.
Nearly all of the credit for this library goes to github.com/guelfey/go.dbus.