From 1a5ef4003d07aab548e59621b1497b37ec84e59f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 9 Oct 2007 14:23:28 +0100 Subject: [PATCH] =?utf8?q?Improve=20description=20of=20allowed=20variant?= =?utf8?q?=20signatures=20(#10185)=20Patch=20based=20on=20one=20from=20Kri?= =?utf8?q?stoffer=20Lund=C3=A9n,=20amended=20as=20per=20Havoc's=20comment.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ChangeLog | 7 +++++-- doc/dbus-specification.xml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f1078fa90..4dd59e96f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,11 @@ 2007-10-09 Simon McVittie * doc/dbus-specification.xml: Specifically forbid empty structs (#7969) - * doc/dbus-specification.xml: Patch from Kristoffer Lundén to clarify - description of DBUS_COOKIE_SHA1 (#10184) [OK for MIT/X11 licensing] + * doc/dbus-specification.xml: Patches from Kristoffer Lundén to clarify + description of DBUS_COOKIE_SHA1 (#10184) and allowable contents of a + variant (#10185, amended as per Havoc's comments) + + [All of the above are OK for MIT/X11 licensing] 2007-09-20 Ryan Lortie diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 125f892bc..932ba0a35 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -566,7 +566,7 @@ given in the signature. Unlike a message signature, the variant signature can contain only a single complete type. - So "i" is OK, "ii" is not. + So "i", "ai" or "(ii)" is OK, but "ii" is not. 1 (alignment of the signature) -- 2.47.3