commit | fd6e54d1a007bc56a6ebe2a020a58565ba6a4413 | [log] [tgz] |
---|---|---|
author | Nick Owens <mischief@offblast.org> | Sun Sep 15 07:05:52 2024 |
committer | Nick Owens <mischief@offblast.org> | Sat Sep 21 18:18:37 2024 |
tree | 1aea4b7a91612e6b633ad63328d1805c7a90d60e | |
parent | a817f3cc4a9e317cbedcd80c057870168cddc667 [diff] |
introspect: add Peer to introspection without this, there's no Peer interface in the introspection data, even though the interface is already internally handled by this package.
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.