mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 14:38:10 +02:00
Improve description of allowed variant signatures (#10185)
Patch based on one from Kristoffer Lundén, amended as per Havoc's comment.
This commit is contained in:
parent
fafd784424
commit
1a5ef4003d
2 changed files with 6 additions and 3 deletions
|
|
@ -1,8 +1,11 @@
|
|||
2007-10-09 Simon McVittie <simon.mcvittie@collabora.co.uk>
|
||||
|
||||
* 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 <desrt@desrt.ca>
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
</entry>
|
||||
<entry>
|
||||
1 (alignment of the signature)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue