mirror of
https://github.com/systemd/systemd
synced 2025-10-05 16:03:15 +02:00
mam: add sd_bus_track_handler_t signature to manpage (#39204)
This is consistent with how the other handler/callback types are documented.
This commit is contained in:
@@ -33,6 +33,12 @@
|
||||
<funcsynopsis>
|
||||
<funcsynopsisinfo>#include <systemd/sd-bus.h></funcsynopsisinfo>
|
||||
|
||||
<funcprototype>
|
||||
<funcdef>typedef int (*<function>sd_bus_track_handler_t</function>)</funcdef>
|
||||
<paramdef>sd_bus_track *<parameter>track</parameter></paramdef>
|
||||
<paramdef>void *<parameter>userdata</parameter></paramdef>
|
||||
</funcprototype>
|
||||
|
||||
<funcprototype>
|
||||
<funcdef>int <function>sd_bus_track_new</function></funcdef>
|
||||
<paramdef>sd_bus* <parameter>bus</parameter></paramdef>
|
||||
@@ -221,6 +227,7 @@
|
||||
<refsect1>
|
||||
<title>History</title>
|
||||
<para><function>sd_bus_track_new()</function>,
|
||||
<function>sd_bus_track_handler_t()</function>,
|
||||
<function>sd_bus_track_ref()</function>,
|
||||
<function>sd_bus_track_unref()</function>,
|
||||
<function>sd_bus_track_unrefp()</function>,
|
||||
|
Reference in New Issue
Block a user