summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-specification.sgml7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml
index 0845d806..dba70baf 100644
--- a/doc/dbus-specification.sgml
+++ b/doc/dbus-specification.sgml
@@ -406,7 +406,12 @@
<entry>UINT32 giving the number of values in the array,
followed by the given number of STRING values.
</entry>
- </row>
+ </row><row>
+ <entry>DICT</entry>
+ <entry>STRING_ARRAY with the keys, followed by the given
+ number of values encoded as type code as a byte followed by the encoded value.
+ </entry>
+ </row>
</tbody>
</tgroup>
</informaltable>