From: Simon McVittie Date: Tue, 17 May 2011 16:07:34 +0000 (+0100) Subject: Remove the old, vague Naming Conventions section X-Git-Tag: dbus-1.5.10~55^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f67e4329bfc219cf9f37a4e9f0dce9513b9ae0;p=thirdparty%2Fdbus.git Remove the old, vague Naming Conventions section The defining instance of each namespaced term now contains notes on conventional naming. --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index ea72752f9..86e2b9b7f 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2938,22 +2938,6 @@ - - Naming Conventions - - - D-Bus namespaces are all lowercase and correspond to reversed domain - names, as with Java. e.g. "org.freedesktop" - - - Interface, signal, method, and property names are "WindowsStyleCaps", note - that the first letter is capitalized, unlike Java. - - - Object paths are normally all lowercase with underscores used rather than - hyphens. - - UUIDs