summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-05-17 17:07:34 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-05-17 17:07:34 +0100
commitf0f67e4329bfc219cf9f37a4e9f0dce9513b9ae0 (patch)
tree9e509cefb43184cb2835b043e70859d09e9e06aa /doc
parentdd2b63e6e1fa4d773645a94f31709bd0a6eb0152 (diff)
downloaddbus-f0f67e4329bfc219cf9f37a4e9f0dce9513b9ae0.tar.gz
Remove the old, vague Naming Conventions section
The defining instance of each namespaced term now contains notes on conventional naming.
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-specification.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index ea72752f..86e2b9b7 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -2938,22 +2938,6 @@
</sect3>
</sect2>
</sect1>
- <sect1 id="naming-conventions">
- <title>Naming Conventions</title>
-
- <para>
- D-Bus namespaces are all lowercase and correspond to reversed domain
- names, as with Java. e.g. "org.freedesktop"
- </para>
- <para>
- Interface, signal, method, and property names are "WindowsStyleCaps", note
- that the first letter is capitalized, unlike Java.
- </para>
- <para>
- Object paths are normally all lowercase with underscores used rather than
- hyphens.
- </para>
- </sect1>
<sect1 id="uuids">
<title>UUIDs</title>