diff options
author | Anders Carlsson <andersca@codefactory.se> | 2003-03-26 21:40:56 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@codefactory.se> | 2003-03-26 21:40:56 +0000 |
commit | 71e3bd44f98c7f40d8a89974952cf975a487606c (patch) | |
tree | e35c6f8db644bf0444f37610ea0c5bb47561f5be | |
parent | 24ae27fa7690dd57f17236d0bb51993fc4c9bd70 (diff) | |
download | dbus-71e3bd44f98c7f40d8a89974952cf975a487606c.tar.gz |
Some more things.
-rw-r--r-- | doc/dbus-specification.sgml | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml index 476d0afe..8e489c64 100644 --- a/doc/dbus-specification.sgml +++ b/doc/dbus-specification.sgml @@ -1819,6 +1819,20 @@ </glossdef> </glossentry> + <glossentry id="namespace"><glossterm>Namespace</glossterm> + <glossdef> + <para>Used to prevent collisions when defining message and + service names. The convention used is the same as Java uses + for defining classes: a reversed domain name. + </glossdef> + </glossentry> + <glossentry id="peer-to-peer"><glossterm>Peer-to-peer</glossterm> + <glossdef> + <para> + An application talking directly to another application, without going through a message bus. + </para> + </glossdef> + </glossentry> <glossentry id="term-service"><glossterm>Service</glossterm> <glossdef> <para> @@ -1833,7 +1847,15 @@ </para> </glossdef> </glossentry> - + <glossentry id="term-service-name"><glossterm>Service name</glossterm> + <glossdef> + <para> + The name used when referring to a service. If the service is + a base service it has a unique service name, for example + ":1-20", and otherwise it should be namespaced. + </para> + </glossdef> + </glossentry> <glossentry id="term-service-description-files"><glossterm>Service Description Files</glossterm> <glossdef> <para> |