summaryrefslogtreecommitdiff
path: root/man/sd_bus_message_read.xml
Commit message (Collapse)AuthorAgeFilesLines
* sd-bus/man: document EBUSY error in bus_message_read (#21954)lincoln auster2022-01-111-1/+17
| | | | | | | | | | | | | | | | * sd-bus/man: document EBUSY error in bus_message_read The EBUSY error can be returned from sd_bus_exit_container(), and, if that happens, it will be propogated upwards towards bus_message_read. In terms of documentation, this means that bus_message_read's man page can't just include the error text for sd_bus_message_read_basic, as reading basic types exclusively doesn't have the potential for this error. sd_bus_message_read_basic's error documentation isn't incorrect when applied to sd_bus_message_read, it's just incomplete. While EBUSY is documented in sd_bus_message_open_container.xml, it's explanation is unique to the sd_bus_message_exit_container function and makes for poor documentation of the general read API.
* man: fix grammaroZbigniew Jędrzejewski-Szmek2021-02-251-1/+1
|
* man: fix prototpe of sd_bus_message_peek_type()Yu Watanabe2020-11-151-0/+1
| | | | Fixes #17609.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* man: document fd ownership for sd-bus fd marshallingLennart Poettering2020-08-301-1/+13
| | | | Fixes: #8003
* Merge pull request #15569 from DaanDeMeyer/sd-bus-message-peek-type-docsZbigniew Jędrzejewski-Szmek2020-04-231-34/+44
|\
| * sd-bus: Add sd_bus_message_peek_type docsDaan De Meyer2020-04-231-34/+44
| |
* | sd-bus: Add sd_bus_message_open/close/enter/exit_container docsDaan De Meyer2020-04-231-1/+2
|/
* sd-bus: sd_bus_call/sd_bus_call_async_docs + cleanups.Daan De Meyer2020-03-181-1/+1
|
* sd-bus: Add sd_bus_method_call/sd_bus_method_call_async docs + cleanups.Daan De Meyer2020-03-171-2/+2
|
* man: clarify that we decode D-Bus bools as "int", not as C99 "bool"Lennart Poettering2020-01-281-0/+8
| | | | Fixes: #14643
* man: enclose C type names in <type></type>Lennart Poettering2020-01-281-5/+5
|
* man: make separate "Errors" sections subsection of "Return value"Zbigniew Jędrzejewski-Szmek2019-03-211-7/+5
| | | | | | | | Logically, this is better, because we're describing a subset of possible return values. Visually this also looks quite good because groff renders refsect2 much less prominently. Also rewrap things, add <constant> in various places, fix some typos.
* man: use same header for all filesZbigniew Jędrzejewski-Szmek2019-03-141-2/+2
| | | | | | | The "include" files had type "book" for some raeason. I don't think this is meaningful. Let's just use the same everywhere. $ perl -i -0pe 's^..DOCTYPE (book|refentry) PUBLIC "-//OASIS//DTD DocBook XML V4.[25]//EN"\s+"http^<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"\n "http^gms' man/*.xml
* man: standarize on one-line license headerZbigniew Jędrzejewski-Szmek2019-03-141-4/+1
| | | | | | No need to waste space, and uniformity is good. $ perl -i -0pe 's|\n+<!--\s*SPDX-License-Identifier: LGPL-2.1..\s*-->|\n<!-- SPDX-License-Identifier: LGPL-2.1+ -->|gms' man/*.xml
* man: add sd_bus_message_skip(3)Zbigniew Jędrzejewski-Szmek2018-08-111-0/+1
|
* man: document sd_bus_read(), add more about sd_bus_read_basic()Zbigniew Jędrzejewski-Szmek2018-07-031-0/+231