mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 01:48:00 +02:00
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 <smcv@collabora.com>
This commit is contained in:
parent
bafb2c455d
commit
ec2e24630c
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
<link linkend="standard-interfaces-properties">Properties</link>
|
||||
interface.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
@ -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
|
||||
<link linkend="standard-interfaces-properties">Properties</link>
|
||||
interface.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue