summaryrefslogtreecommitdiff
path: root/man/sd_bus_call_method.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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