]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document that sd_bus_message_read_array() only supports trivial types 14685/head
authorLennart Poettering <lennart@poettering.net>
Tue, 28 Jan 2020 15:52:12 +0000 (16:52 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 28 Jan 2020 15:52:15 +0000 (16:52 +0100)
Fixes: #14641
man/sd_bus_message_read_array.xml

index 117afa9e31e199483b28585454dcbd8aaa86935d..26e8ebae60b737b7c0ae8537da00c39d9a03b7b8 100644 (file)
     appropriate for the data type. The data is part of the message — it may not be modified and is
     valid only as long as the message is referenced. After this function returns, the "read pointer"
     points at the next element after the array.</para>
+
+    <para>Note that this function only supports arrays of trivial types, i.e. arrays of booleans, the various
+    integer types, as well as floating point numbers. In particular it may not be used for arrays of strings,
+    structures or similar.</para>
   </refsect1>
 
   <refsect1>
@@ -68,8 +72,8 @@
         <varlistentry>
           <term><constant>-EINVAL</constant></term>
 
-          <listitem><para>Specified type is invalid or the message parameter or one of the output
-          parameters are <constant>NULL</constant>.</para></listitem>
+          <listitem><para>Specified type is invalid or not a trivial type (see above), or the message
+          parameter or one of the output parameters are <constant>NULL</constant>.</para></listitem>
         </varlistentry>
 
         <varlistentry>