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_slot_get_bus.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_slot_get_bus.xml')
-rw-r--r-- | man/sd_bus_slot_get_bus.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/sd_bus_slot_get_bus.xml b/man/sd_bus_slot_get_bus.xml index ed3e55b057..26541a9d97 100644 --- a/man/sd_bus_slot_get_bus.xml +++ b/man/sd_bus_slot_get_bus.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>sd_bus *<function>sd_bus_slot_get_bus</function></funcdef> <paramdef>sd_bus_slot *<parameter>slot</parameter></paramdef> |