summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-09 14:06:35 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-10-09 14:06:35 +0100
commitbf7c65f5218d07734bcc7be373ebc33278806824 (patch)
treeef150c49a6868851e6dde7949132477313945d53 /doc
parentf6ec4a80abbfd4e4f4969747c39e625b2689df08 (diff)
doc/dbus-specification.xml: Specifically forbid empty structs (#7969)
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-specification.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index 9e33944c..ac98d1ca 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -251,7 +251,12 @@
but is useful in code that implements the protocol. This type code
is specified to allow such code to interoperate in non-protocol contexts.
</para>
-
+
+ <para>
+ Empty structures are not allowed; there must be at least one
+ type code between the parentheses.
+ </para>
+
<para>
<literal>ARRAY</literal> has ASCII character 'a' as type code. The array type code must be
followed by a <firstterm>single complete type</firstterm>. The single