man: fix prototpe of sd_bus_message_peek_type()

Fixes #17609.
This commit is contained in:
Yu Watanabe 2020-11-15 05:13:55 +09:00
parent e55c073161
commit 483abcc65b
1 changed files with 1 additions and 0 deletions

View File

@ -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>