summaryrefslogtreecommitdiff
path: root/doc/dbus-specification.xml
diff options
context:
space:
mode:
authorZeeshan Ali <zeeshanak@gnome.org>2021-02-24 12:34:08 +0100
committerZeeshan Ali <zeeshanak@gnome.org>2021-03-10 12:39:27 +0100
commite7db7e93904dc65ca5be49954252d3d819ae5bbe (patch)
tree97a3d95542252d6af6b3d0e58f1c47ebabc10427 /doc/dbus-specification.xml
parentfcc3455b8972c54480b4ef809af31ea5a8bc7fcf (diff)
spec: Clarify Array element needs to be padded even if inexistent
Diffstat (limited to 'doc/dbus-specification.xml')
-rw-r--r--doc/dbus-specification.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index a43244d3..31a351dd 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -1207,7 +1207,9 @@
array elements marshalled in sequence. <varname>n</varname> does not
include the padding after the length, or any padding after the
last element. i.e. <varname>n</varname> should be divisible by the
- number of elements in the array.
+ number of elements in the array. Note that the alignment padding for the
+ first element is required even if there is no first element (an
+ empty array, where <varname>n</varname> is zero).
</para>
<para>