sd-bus: sd_bus_get_current_* docs fixes

This commit is contained in:
Daan De Meyer 2020-04-20 17:30:15 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 59eb35bd94
commit d512670a1f
1 changed files with 2 additions and 3 deletions

View File

@ -55,13 +55,12 @@
<para>Whenever sd-bus is about to invoke a user-supplied callback function, it stores the
current callback, D-Bus message, slot and userdata pointer and allows these to be queried via
these <function>sd_bus_get_current_handler()</function>,
<function>sd_bus_get_current_handler()</function>,
<function>sd_bus_get_current_message()</function>,
<function>sd_bus_get_current_slot()</function> and
<function>sd_bus_get_current_userdata()</function>, respectively. If <parameter>bus</parameter>
cannot be resolved or if execution does not reside in a user-supplied callback of
<parameter>bus</parameter> when calling any of these functions, they return
<constant>NULL</constant>.</para>
<parameter>bus</parameter>, these functions return <constant>NULL</constant>.</para>
</refsect1>
<refsect1>