Remove the old, vague Naming Conventions section

The defining instance of each namespaced term now contains notes on
conventional naming.
This commit is contained in:
Simon McVittie 2011-05-17 17:07:34 +01:00
parent dd2b63e6e1
commit f0f67e4329

View file

@ -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>