File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ value.
10
10
Conversion Rules
11
11
12
12
For outgoing messages, Go types are automatically converted to the
13
- corresponding D-Bus types. The following types are directly encoded as their
14
- respective D-Bus equivalents:
13
+ corresponding D-Bus types. See the official specification at
14
+ https://dbus.freedesktop.org/doc/dbus-specification.html#type-system for more
15
+ information on the D-Bus type system. The following types are directly encoded
16
+ as their respective D-Bus equivalents:
15
17
16
18
Go type | D-Bus type
17
19
------------+-----------
@@ -39,8 +41,8 @@ Maps encode as DICTs, provided that their key type can be used as a key for
39
41
a DICT.
40
42
41
43
Structs other than Variant and Signature encode as a STRUCT containing their
42
- exported fields. Fields whose tags contain `dbus:"-"` and unexported fields will
43
- be skipped.
44
+ exported fields in order . Fields whose tags contain `dbus:"-"` and unexported
45
+ fields will be skipped.
44
46
45
47
Pointers encode as the value they're pointed to.
46
48
You can’t perform that action at this time.
0 commit comments