From 88f8d44aed231729f7e6ed70d4a46dc4aad59975 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 8 Jul 2012 09:37:09 -0400 Subject: [PATCH] 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 --- doc/dbus-specification.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 32a2091..1c54c15 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -3805,10 +3805,13 @@ that connection is said to own the name. - The bus itself owns a special name, org.freedesktop.DBus. - 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, + org.freedesktop.DBus, with an object + located at /org/freedesktop/DBus that + implements the org.freedesktop.DBus + 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. Each name may have queued owners. When an -- 2.7.4