From bf7c65f5218d07734bcc7be373ebc33278806824 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 9 Oct 2007 14:06:35 +0100 Subject: doc/dbus-specification.xml: Specifically forbid empty structs (#7969) --- doc/dbus-specification.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') 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. - + + + Empty structures are not allowed; there must be at least one + type code between the parentheses. + + ARRAY has ASCII character 'a' as type code. The array type code must be followed by a single complete type. The single -- cgit