commit | e5963edae50c8797ac1cf38c20e1cc658e1ca33c | [log] [tgz] |
---|---|---|
author | Georg Reinke <guelfey@gmail.com> | Sat Nov 09 14:04:20 2024 |
committer | Georg Reinke <guelfey@gmail.com> | Sat Nov 09 14:05:39 2024 |
tree | 71b9f6f7280449f97533300e45fcf0fa687b35dc | |
parent | 2c166ce39bca49ce0f472752f92846c13434c452 [diff] |
conn: generate error reply in more cases when trying to send invalid message Fixes #396.
dbus is a simple library that implements native Go client bindings for the D-Bus message bus system.
This packages requires Go 1.20 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 pkg.go.dev. 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.