mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
man: fix reference to sd_bus_add_fallback_vtable
This commit is contained in:
parent
469b18d87d
commit
12880d14ad
@ -200,7 +200,7 @@
|
||||
<replaceable>userdata</replaceable> parameter contains a pointer that will be passed to various callback
|
||||
functions. It may be specified as <constant>NULL</constant> if no value is necessary.</para>
|
||||
|
||||
<para><function>sd_bus_add_object_vtable()</function> is similar to
|
||||
<para><function>sd_bus_add_fallback_vtable()</function> is similar to
|
||||
<function>sd_bus_add_object_vtable()</function>, but is used to register "fallback" attributes. When
|
||||
looking for an attribute declaration, bus object paths registered with
|
||||
<function>sd_bus_add_object_vtable()</function> are checked first. If no match is found, the fallback
|
||||
|
Loading…
Reference in New Issue
Block a user