diff options
author | Colin Walters <walters@verbum.org> | 2012-07-08 09:37:09 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-07-18 10:19:20 -0400 |
commit | 88f8d44aed231729f7e6ed70d4a46dc4aad59975 (patch) | |
tree | ef8199e52204018a4afbaf47905f756cd163479e /doc | |
parent | 55024f65a6d20ba268c96b5d42f8084c31e6a6f3 (diff) | |
download | dbus-88f8d44aed231729f7e6ed70d4a46dc4aad59975.tar.gz |
spec: Mention object path and interface name
We didn't actually have /org/freedesktop/DBus in the spec, nor did we
explicitly mention the existence of "org.freedesktop.DBus" as an
interface, although it is implicit in the method names.
https://bugs.freedesktop.org/show_bug.cgi?id=51865
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dbus-specification.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 32a20915..1c54c155 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3805,10 +3805,13 @@ that connection is said to <firstterm>own</firstterm> the name. </para> <para> - The bus itself owns a special name, <literal>org.freedesktop.DBus</literal>. - This name routes messages to the bus, allowing applications to make - administrative requests. For example, applications can ask the bus - to assign a name to a connection. + The bus itself owns a special name, + <literal>org.freedesktop.DBus</literal>, with an object + located at <literal>/org/freedesktop/DBus</literal> that + implements the <literal>org.freedesktop.DBus</literal> + interface. This service allows applications to make + administrative requests of the bus itself. For example, + applications can ask the bus to assign a name to a connection. </para> <para> Each name may have <firstterm>queued owners</firstterm>. When an |