diff options
author | Alexander Larsson <alexl@redhat.com> | 2003-04-10 13:01:44 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2003-04-10 13:01:44 +0000 |
commit | 7074a2469521949c706f3b9d789d7c8eb9f3ac85 (patch) | |
tree | 7379bbaa9fd916a4623e5cdc6b4fba3aae19e4ba | |
parent | e11e4ca82b1e4efb71a18c9c8bf191f902082174 (diff) |
2003-04-10 Alexander Larsson <alexl@redhat.com>
* doc/dbus-specification.sgml:
s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/dbus-specification.sgml | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2003-04-10 Alexander Larsson <alexl@redhat.com> + * doc/dbus-specification.sgml: + s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/ + +2003-04-10 Alexander Larsson <alexl@redhat.com> + * bus/.cvsignore: * glib/.cvsignore: * test/.cvsignore: diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml index 0bbc3cda..109e964f 100644 --- a/doc/dbus-specification.sgml +++ b/doc/dbus-specification.sgml @@ -1118,7 +1118,7 @@ forwarded, and the Yoyodyne Corporation screensaver application would be expected to reply to the ping. If <literal>org.freedesktop.Peer.Ping</literal> were sent to - <literal>org.freedesktop.Broadcast</literal>, then multiple applications + <literal>org.freedesktop.DBus.Broadcast</literal>, then multiple applications might receive the ping, and all would normally reply to it. </para> </sect2> @@ -1866,7 +1866,7 @@ <glossentry id="term-broadcast"><glossterm>Broadcast</glossterm> <glossdef> <para> - A message sent to the special <literal>org.freedesktop.Broadcast</literal> + A message sent to the special <literal>org.freedesktop.DBus.Broadcast</literal> service; the message bus will forward the broadcast message to all applications that have expressed interest in it. </para> |