]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
doc/dbus-specification.xml: Specifically forbid empty structs (#7969)
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 9 Oct 2007 13:06:35 +0000 (14:06 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 9 Oct 2007 13:06:35 +0000 (14:06 +0100)
ChangeLog
doc/dbus-specification.xml

index fe3af99f92ec7ceed382186d522a8c2e17fe333c..157e41066a88b131d938681ae70d66cbe04d1782 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 9e33944c4c834ff29d7e9d6427882d1f4323450b..ac98d1cad059073383dece0ac82274b892732717 100644 (file)
         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