mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 23:28:05 +02:00
doc/dbus-specification.xml: Specifically forbid empty structs (#7969)
This commit is contained in:
parent
f6ec4a80ab
commit
bf7c65f521
2 changed files with 10 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue