summaryrefslogtreecommitdiffstats
path: root/man/sd_bus_call.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man: fix wrong version info (#31949)Yu Watanabe2024-04-181-21/+7
| | | Fixes #31920.
* man: use same version in public and system ident.David Tardon2023-12-251-1/+1
|
* Merge pull request #30615 from dtardon/docbook-valid-1Yu Watanabe2023-12-241-12/+14
|\ | | | | DocBook validation fixes (part 1)
| * man: use just one <listitem> for the descriptionDavid Tardon2023-12-241-12/+14
| | | | | | | | <varlistentry> allows one or more <term>s, but exactly one <listitem>.
* | 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-2/+2
| | | | 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/+6
|
* man: add version infoAbderrahim Kitouni2023-08-291-7/+21
| | | | | | | | This tries to add information about when each option was added. It goes back to version 183. The version info is included from a separate file to allow generating it, which would allow more control on the formatting of the final output.
* man: Add a paragraph to sd_bus_call explaning callback message lifetimeigo958622020-11-171-0/+6
|
* Merge pull request #17561 from yuwata/manv247-rc2Zbigniew Jędrzejewski-Szmek2020-11-121-1/+8
|\
| * man: mention that sd_bus_call() may return a negative errno mapped from ↵Yu Watanabe2020-11-121-2/+8
|/ | | | | | D-Bus error reply Closes #17556.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* man: let's document explicitly that method reply handlers won't get ↵Lennart Poettering2020-05-201-20/+21
| | | | | | ret_error set to method error Fixes: #8108
* 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: sd_bus_call docs improvementsDaan De Meyer2020-04-011-17/+22
|
* sd-bus: Add sd_bus_send docs + cleanups.Daan De Meyer2020-03-221-3/+3
|
* sd-bus: sd_bus_set/get_method_call_timeout docs + cleanups.Daan De Meyer2020-03-181-9/+2
|
* sd-bus: sd_bus_call/sd_bus_call_async_docs + cleanups.Daan De Meyer2020-03-181-0/+186