From: Daan De Meyer Date: Sat, 28 Mar 2020 21:22:58 +0000 (+0100) Subject: sd-bus: Fix typos in sd_bus_add_object_vtable docs X-Git-Tag: v246-rc1~666^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ba8071ca11ae8b50137a79a89fdbb3a4c718b08;p=thirdparty%2Fsystemd.git sd-bus: Fix typos in sd_bus_add_object_vtable docs --- diff --git a/man/sd_bus_add_object_vtable.xml b/man/sd_bus_add_object_vtable.xml index 06f414485f4..b1cea7d7ac0 100644 --- a/man/sd_bus_add_object_vtable.xml +++ b/man/sd_bus_add_object_vtable.xml @@ -188,7 +188,7 @@ Description - sd_bus_add_object_vtable() is used to declare attributes for the path + sd_bus_add_object_vtable() is used to declare attributes for the object path path connected to the bus connection bus under the interface interface. The table vtable may contain property declarations using @@ -301,10 +301,10 @@ Parameter flags is a combination of flags, see below. The setter and getter methods may be omitted (specified as - NULL), if the property has one of the basic types or + NULL), if the property is one of the basic types or as in case of read-only properties. In those cases, the userdata and offset parameters must - together point to valid variable of the corresponding type. A default setter and getters + together point to a valid variable of the corresponding type. A default setter and getter will be provided, which simply copy the argument between this variable and the message.