summaryrefslogtreecommitdiffstats
path: root/man/sd_bus_call_method.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man: fix wrong version info (#31949)Yu Watanabe2024-04-181-3/+3
| | | Fixes #31920.
* man: use same version in public and system ident.David Tardon2023-12-251-1/+1
|
* man: use <simplelist> for 'See also' sectionsDavid Tardon2023-12-231-9/+9
| | | | | This is just a slight markup improvement; there should be no difference in rendering.
* man: condense version information for functionsAbderrahim Kitouni2023-09-191-4/+4
| | | | Use a more compact form like 'a, b, and c were added in version x'
* man: add version information for functionsAbderrahim Kitouni2023-09-041-0/+8
|
* man: add example for sd_bus_call_methodLuca Boccassi2023-03-301-0/+13
|
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* man: include sd_bus_message_handler_t prototype in synopsys of all man pages ↵Lennart Poettering2020-05-201-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_* docsDaan De Meyer2020-04-201-0/+1
|
* sd-bus: Add sd_bus_get/set_property docsDaan De Meyer2020-04-111-1/+1
|
* sd-bus: add va_list variants of variadic convenience functionsVito Caputo2020-04-021-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 Meyer2020-03-181-6/+7
|
* sd-bus: Add sd_bus_method_call/sd_bus_method_call_async docs + cleanups.Daan De Meyer2020-03-171-0/+110