![]() |
8 éve | |
---|---|---|
.. | ||
LICENSE | 8 éve | |
README.markdown | 8 éve | |
auth.go | 8 éve | |
auth_external.go | 8 éve | |
auth_sha1.go | 8 éve | |
call.go | 8 éve | |
conn.go | 8 éve | |
conn_darwin.go | 8 éve | |
conn_other.go | 8 éve | |
dbus.go | 8 éve | |
decoder.go | 8 éve | |
doc.go | 8 éve | |
encoder.go | 8 éve | |
export.go | 8 éve | |
homedir.go | 8 éve | |
homedir_dynamic.go | 8 éve | |
homedir_static.go | 8 éve | |
message.go | 8 éve | |
object.go | 8 éve | |
sig.go | 8 éve | |
transport_darwin.go | 8 éve | |
transport_generic.go | 8 éve | |
transport_tcp.go | 8 éve | |
transport_unix.go | 8 éve | |
transport_unixcred_dragonfly.go | 8 éve | |
transport_unixcred_linux.go | 8 éve | |
variant.go | 8 éve | |
variant_lexer.go | 8 éve | |
variant_parser.go | 8 éve |
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.