summaryrefslogtreecommitdiff
path: root/man/sd_bus_call_method.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-05-19 19:05:03 +0200
committerLennart Poettering <lennart@poettering.net>2020-05-20 15:56:09 +0200
commitaf955f917f2930957fd6fd564386aa8e541504a1 (patch)
tree1ac0ff9916ddd3a3c0eb9281195b7b7f853e19da /man/sd_bus_call_method.xml
parenta94d11cc667b58386791eff9b9e0b79fe96e10a6 (diff)
downloadsystemd-af955f917f2930957fd6fd564386aa8e541504a1.tar.gz
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_method.xml')
-rw-r--r--man/sd_bus_call_method.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/sd_bus_call_method.xml b/man/sd_bus_call_method.xml
index 6348a4ce77..ac9cf143ad 100644
--- a/man/sd_bus_call_method.xml
+++ b/man/sd_bus_call_method.xml
@@ -30,6 +30,8 @@
<funcsynopsis>
<funcsynopsisinfo>#include &lt;systemd/sd-bus.h&gt;</funcsynopsisinfo>
+ <xi:include href="sd_bus_add_match.xml" xpointer="sd_bus_message_handler_t"/>
+
<funcprototype>
<funcdef>int <function>sd_bus_call_method</function></funcdef>
<paramdef>sd_bus *<parameter>bus</parameter></paramdef>