diff options
author | Peter A. Bigot <pab@pabigot.com> | 2019-06-09 19:15:09 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-06-11 16:02:37 +0200 |
commit | 12880d14adbc93f17bff6ac8229a37e7b2928a58 (patch) | |
tree | 43a7800ebc1452410257d32c4458f8a3363a3526 /man/sd_bus_add_object_vtable.xml | |
parent | Merge pull request #12685 from yuwata/network-dhcp-assign-adn-remove-12676 (diff) | |
download | systemd-12880d14adbc93f17bff6ac8229a37e7b2928a58.tar.xz systemd-12880d14adbc93f17bff6ac8229a37e7b2928a58.zip |
man: fix reference to sd_bus_add_fallback_vtable
Diffstat (limited to '')
-rw-r--r-- | man/sd_bus_add_object_vtable.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_add_object_vtable.xml b/man/sd_bus_add_object_vtable.xml index 6cbb84e7ff..1c222bc5f4 100644 --- a/man/sd_bus_add_object_vtable.xml +++ b/man/sd_bus_add_object_vtable.xml @@ -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 |