From: Simon McVittie Date: Wed, 25 Sep 2024 16:58:42 +0000 (+0100) Subject: spec: Add a reminder of how to access Properties X-Git-Tag: dbus-1.15.12~15^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec2e24630cabcb5612bf17517ca653453c2294af;p=thirdparty%2Fdbus.git spec: Add a reminder of how to access Properties Readers of the message bus specification might be encountering Properties for the first time, so for the basic properties in the o.fd.DBus interface, link to the interface definition. I'm not intending to add similar text for extension interfaces like Containers. Signed-off-by: Simon McVittie --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 134dfa2d4..03d25d584 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -7266,6 +7266,9 @@ of the message bus with which they are communicating. This property was added in version 1.11.x of the reference implementation of the message bus. + Like all properties, it is accessed via method calls to the standard + Properties + interface. @@ -7374,6 +7377,9 @@ property does not require parsing XML. This property was added in version 1.11.x of the reference implementation of the message bus. + Like all properties, it is accessed via method calls to the standard + Properties + interface.