File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,9 @@ Package dbus implements bindings to the DBus message bus system, as well as the
3
3
corresponding encoding format.
4
4
5
5
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
12
9
value.
13
10
14
11
Unix FD passing deserves special mention. To use it, you should first check that
You can’t perform that action at this time.
0 commit comments