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_add_match.xml | |
parent | a94d11cc667b58386791eff9b9e0b79fe96e10a6 (diff) | |
download | systemd-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_add_match.xml')
-rw-r--r-- | man/sd_bus_add_match.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_add_match.xml b/man/sd_bus_add_match.xml index a106544386..071060dde6 100644 --- a/man/sd_bus_add_match.xml +++ b/man/sd_bus_add_match.xml @@ -33,7 +33,7 @@ <funcsynopsis> <funcsynopsisinfo>#include <systemd/sd-bus.h></funcsynopsisinfo> - <funcprototype> + <funcprototype id="sd_bus_message_handler_t"> <funcdef>typedef int (*<function>sd_bus_message_handler_t</function>)</funcdef> <paramdef>sd_bus_message *<parameter>m</parameter></paramdef> <paramdef>void *<parameter>userdata</parameter></paramdef> |