sd-bus: sd_bus_add_object docs fixes

This commit is contained in:
Daan De Meyer 2020-04-19 15:04:29 +02:00
parent c40bd28419
commit 85eeb14210
1 changed files with 2 additions and 2 deletions

View File

@ -488,8 +488,8 @@
<refsect1>
<title>Return Value</title>
<para>On success, <function>sd_bus_add_object_vtable</function> and
<function>sd_bus_add_fallback_vtable</function> calls return 0 or a positive integer. On
<para>On success, <function>sd_bus_add_object_vtable()</function> and
<function>sd_bus_add_fallback_vtable()</function> return a non-negative integer. On
failure, they return a negative errno-style error code.</para>
<refsect2>