doc/dbus-specification.xml: Specifically forbid empty structs (#7969)

This commit is contained in:
Simon McVittie 2007-10-09 14:06:35 +01:00
parent f6ec4a80ab
commit bf7c65f521
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-10-09 Simon McVittie <simon.mcvittie@collabora.co.uk>
* doc/dbus-specification.xml: Specifically forbid empty structs (#7969)
2007-09-20 Ryan Lortie <desrt@desrt.ca>
Add argument path matching support. Bug #11066.

View file

@ -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