From: Colin Walters Date: Sun, 8 Jul 2012 13:37:09 +0000 (-0400) Subject: spec: Mention object path and interface name X-Git-Tag: dbus-1.7.0~57^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f8d44aed231729f7e6ed70d4a46dc4aad59975;p=thirdparty%2Fdbus.git 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 --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 32a20915c..1c54c1550 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