sd-bus: sd_bus_message_append fixes

This commit is contained in:
Daan De Meyer 2020-04-10 21:31:29 +02:00
parent 9afe05c149
commit 7f782005e5
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
dictionary entries, followed by a pair of values for each entry matching the element type of the
dictionary entries.</para>
<para>The <function>sd_bus_message_appendv()</function> is equivalent to the
<para><function>sd_bus_message_appendv()</function> is equivalent to
<function>sd_bus_message_append()</function>, except that it is called with a
<literal>va_list</literal> instead of a variable number of arguments. This function does not
call the <function>va_end()</function> macro. Because it invokes the