Darren Shepherd 03db5d1058 Update vendor/ | 8 年之前 | |
---|---|---|
.. | ||
CONTRIBUTING.md | 8 年之前 | |
LICENSE | 8 年之前 | |
MAINTAINERS | 8 年之前 | |
README.markdown | 8 年之前 | |
auth.go | 8 年之前 | |
auth_external.go | 8 年之前 | |
auth_sha1.go | 8 年之前 | |
call.go | 8 年之前 | |
conn.go | 8 年之前 | |
conn_darwin.go | 8 年之前 | |
conn_other.go | 8 年之前 | |
dbus.go | 8 年之前 | |
decoder.go | 8 年之前 | |
doc.go | 8 年之前 | |
encoder.go | 8 年之前 | |
export.go | 8 年之前 | |
homedir.go | 8 年之前 | |
homedir_dynamic.go | 8 年之前 | |
homedir_static.go | 8 年之前 | |
message.go | 8 年之前 | |
object.go | 8 年之前 | |
sig.go | 8 年之前 | |
transport_darwin.go | 8 年之前 | |
transport_generic.go | 8 年之前 | |
transport_unix.go | 8 年之前 | |
transport_unixcred_dragonfly.go | 8 年之前 | |
transport_unixcred_linux.go | 8 年之前 | |
variant.go | 8 年之前 | |
variant_lexer.go | 8 年之前 | |
variant_parser.go | 8 年之前 |
dbus is a simple library that implements native Go client bindings for the D-Bus message bus system.
This packages requires Go 1.1. If you installed it and set up your GOPATH, just run:
go get github.com/godbus/dbus
If you want to use the subpackages, you can install them the same way.
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.