diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-07-03 16:56:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-03 16:56:49 +0200 |
commit | 98b0b1123cc67ece6c9983fa303fc3de887a21c3 (patch) | |
tree | cf3cfe6246aa04e7b8513a8a966011df12ee8c35 /man/sd_bus_message_append.xml | |
parent | cfffa385a3dfbd6bccb0961185e17dbfde95d4bb (diff) | |
parent | 50972aac44aaa21934d0b1f8985a9b3182f9a067 (diff) | |
download | systemd-98b0b1123cc67ece6c9983fa303fc3de887a21c3.tar.gz |
Merge pull request #9490 from keszybz/document-sd_message_read
Document sd_bus_message_read
Diffstat (limited to 'man/sd_bus_message_append.xml')
-rw-r--r-- | man/sd_bus_message_append.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/man/sd_bus_message_append.xml b/man/sd_bus_message_append.xml index 9a1c4bc53f..1fdda51dcc 100644 --- a/man/sd_bus_message_append.xml +++ b/man/sd_bus_message_append.xml @@ -94,13 +94,12 @@ 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 function <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 - <function>va_arg()</function> macro, the value of ap - is undefined after the call.</para> + <para>The <function>sd_bus_message_appendv()</function> is equivalent to the + <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 <function>va_arg()</function> macro, the value of + <parameter>ap</parameter> is undefined after the call.</para> <para>For further details on the D-Bus type system, please consult the <ulink |