Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: fix wrong version info (#31949) | Yu Watanabe | 2024-04-18 | 1 | -3/+3 |
| | | | Fixes #31920. | ||||
* | man: use same version in public and system ident. | David Tardon | 2023-12-25 | 1 | -1/+1 |
| | |||||
* | man: use <simplelist> for 'See also' sections | David Tardon | 2023-12-23 | 1 | -9/+9 |
| | | | | | This is just a slight markup improvement; there should be no difference in rendering. | ||||
* | man: condense version information for functions | Abderrahim Kitouni | 2023-09-19 | 1 | -4/+4 |
| | | | | Use a more compact form like 'a, b, and c were added in version x' | ||||
* | man: add version information for functions | Abderrahim Kitouni | 2023-09-04 | 1 | -0/+8 |
| | |||||
* | man: add example for sd_bus_call_method | Luca Boccassi | 2023-03-30 | 1 | -0/+13 |
| | |||||
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | man: include sd_bus_message_handler_t prototype in synopsys of all man pages ↵ | Lennart Poettering | 2020-05-20 | 1 | -0/+2 |
| | | | | | | | that reference the type The type is not trivial, and kinda important to understand things, hence import it everywhere where appropriate. | ||||
* | sd-bus: Add sd_bus_emit_* docs | Daan De Meyer | 2020-04-20 | 1 | -0/+1 |
| | |||||
* | sd-bus: Add sd_bus_get/set_property docs | Daan De Meyer | 2020-04-11 | 1 | -1/+1 |
| | |||||
* | sd-bus: add va_list variants of variadic convenience functions | Vito Caputo | 2020-04-02 | 1 | -0/+29 |
| | | | | | | | | | | | | Consumers of the sd-bus convenience API can't make convenience helpers of their own without va_list variants. This commit is a mechanical change splitting out the existing function bodies into bare va_list variants having a 'v' suffixed to the names. The original functions now simply create the va_list before forwarding the call on to the va_list variant, and the va_list variants dispense with those steps. | ||||
* | sd-bus: sd_bus_call/sd_bus_call_async_docs + cleanups. | Daan De Meyer | 2020-03-18 | 1 | -6/+7 |
| | |||||
* | sd-bus: Add sd_bus_method_call/sd_bus_method_call_async docs + cleanups. | Daan De Meyer | 2020-03-17 | 1 | -0/+110 |