diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-05-19 19:05:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-05-20 15:56:09 +0200 |
commit | af955f917f2930957fd6fd564386aa8e541504a1 (patch) | |
tree | 1ac0ff9916ddd3a3c0eb9281195b7b7f853e19da /man/sd_bus_call.xml | |
parent | Merge pull request #15860 from keszybz/bus-message-empty-fields (diff) | |
download | systemd-af955f917f2930957fd6fd564386aa8e541504a1.tar.xz systemd-af955f917f2930957fd6fd564386aa8e541504a1.zip |
man: include sd_bus_message_handler_t prototype in synopsys of all man pages that reference the type
The type is not trivial, and kinda important to understand things, hence
import it everywhere where appropriate.
Diffstat (limited to 'man/sd_bus_call.xml')
-rw-r--r-- | man/sd_bus_call.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/sd_bus_call.xml b/man/sd_bus_call.xml index 93462f24b5..b93efb2622 100644 --- a/man/sd_bus_call.xml +++ b/man/sd_bus_call.xml @@ -27,6 +27,8 @@ <funcsynopsis> <funcsynopsisinfo>#include <systemd/sd-bus.h></funcsynopsisinfo> + <xi:include href="sd_bus_add_match.xml" xpointer="sd_bus_message_handler_t"/> + <funcprototype> <funcdef>int <function>sd_bus_call</function></funcdef> <paramdef>sd_bus *<parameter>bus</parameter></paramdef> |