X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fsd_bus_message_append.xml;h=b87468e37336c79604846cc3a53a8a462e22b3b8;hb=d4fda2a55cea9a773d8da349864906c0b956c9b7;hp=3fba2120140e9f8c2e84b5689040e8b07870a8ee;hpb=0133d5553a1b24185f251ebbc4d873606118780f;p=thirdparty%2Fsystemd.git diff --git a/man/sd_bus_message_append.xml b/man/sd_bus_message_append.xml index 3fba2120140..b87468e3733 100644 --- a/man/sd_bus_message_append.xml +++ b/man/sd_bus_message_append.xml @@ -1,27 +1,7 @@ - - - - + + + @@ -29,15 +9,6 @@ sd_bus_message_append systemd - - - - A monkey with a typewriter - Zbigniew - Jędrzejewski-Szmek - zbyszek@in.waw.pl - - @@ -120,13 +91,12 @@ values for each entry matching the element type of the dictionary entries. - The sd_bus_message_appendv() is equivalent to - the function sd_bus_message_append(), - except that it is called with a va_list instead of - a variable number of arguments. This function does not call the - va_end() macro. Because it invokes the - va_arg() macro, the value of ap - is undefined after the call. + The sd_bus_message_appendv() is equivalent to the + sd_bus_message_append(), except that it is called with + a va_list instead of a variable number of arguments. This + function does not call the va_end() macro. Because it + invokes the va_arg() macro, the value of + ap is undefined after the call. For further details on the D-Bus type system, please consult the Return Value - On success, these functions return 0 or a positive - integer. On failure, these functions return a negative + On success, these functions return 0 or a positive integer. On failure, they return a negative errno-style error code. - - - - - Notes - - sd_bus_open_user() and other functions - described here are available as a shared library, which can be - compiled and linked to with the - libsystemd-bus pkg-config1 - file. + + + See Also