Skip to content

Commit 4cc2ba7

Browse files
committed
Adjust package-level documentation
1 parent 68a0ff5 commit 4cc2ba7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

doc.go

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ Package dbus implements bindings to the DBus message bus system, as well as the
33
corresponding encoding format.
44
55
For the message bus API, you first need to connect to a bus (usually the session
6-
or system bus). Then, call methods by getting an Object and then calling Go or
7-
Call on it. Signals can be received by passing a channel to (*Connection).Signal
8-
and can be emitted via (*Connection).Emit.
9-
10-
Handling method calls by peers is even easier; using (*Connection).Export, you
11-
can arrange DBus methods calls to be directly translated to method calls on a Go
6+
or system bus). The acquired connection then can be used to call methods on
7+
remote objects and emit or receive signals. Using the Export method, you can
8+
arrange DBus methods calls to be directly translated to method calls on a Go
129
value.
1310
1411
Unix FD passing deserves special mention. To use it, you should first check that

0 commit comments

Comments
 (0)