]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Remove the old, vague Naming Conventions section
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 17 May 2011 16:07:34 +0000 (17:07 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 17 May 2011 16:07:34 +0000 (17:07 +0100)
The defining instance of each namespaced term now contains notes on
conventional naming.

doc/dbus-specification.xml

index ea72752f9f4a92e5c17252d1a821c408ad48e9b8..86e2b9b7f570cab193a4cdedcb0a1ab4df8a80bc 100644 (file)
      </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>