summaryrefslogtreecommitdiff
path: root/man/sd_bus_message_read.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-11-15 05:13:55 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-11-15 05:15:46 +0900
commit483abcc65bd5efe43b0cea453580bac45cd0f177 (patch)
tree3ca9631c4a914d3b5630730570b6ccda59061874 /man/sd_bus_message_read.xml
parente55c073161d469fb01ecd5bea3ff8845194e25d9 (diff)
downloadsystemd-483abcc65bd5efe43b0cea453580bac45cd0f177.tar.gz
man: fix prototpe of sd_bus_message_peek_type()
Fixes #17609.
Diffstat (limited to 'man/sd_bus_message_read.xml')
-rw-r--r--man/sd_bus_message_read.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/sd_bus_message_read.xml b/man/sd_bus_message_read.xml
index b94385b02f..12a2c77ea8 100644
--- a/man/sd_bus_message_read.xml
+++ b/man/sd_bus_message_read.xml
@@ -44,6 +44,7 @@
<funcprototype>
<funcdef>int <function>sd_bus_message_peek_type</function></funcdef>
+ <paramdef>sd_bus_message *<parameter>m</parameter></paramdef>
<paramdef>char *<parameter>type</parameter></paramdef>
<paramdef>const char **<parameter>contents</parameter></paramdef>
</funcprototype>