Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Adjust package-level documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
guelfey committed May 10, 2013
1 parent 68a0ff5 commit 4cc2ba7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ Package dbus implements bindings to the DBus message bus system, as well as the
corresponding encoding format.
For the message bus API, you first need to connect to a bus (usually the session
or system bus). Then, call methods by getting an Object and then calling Go or
Call on it. Signals can be received by passing a channel to (*Connection).Signal
and can be emitted via (*Connection).Emit.
Handling method calls by peers is even easier; using (*Connection).Export, you
can arrange DBus methods calls to be directly translated to method calls on a Go
or system bus). The acquired connection then can be used to call methods on
remote objects and emit or receive signals. Using the Export method, you can
arrange DBus methods calls to be directly translated to method calls on a Go
value.
Unix FD passing deserves special mention. To use it, you should first check that
Expand Down

0 comments on commit 4cc2ba7

Please sign in to comment.