From 977c7a7c4a01ba3fad919d20404865144417d9f6 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 17 May 2011 17:06:21 +0100 Subject: [PATCH 4/9] Describe conventional naming of methods and signals --- doc/dbus-specification.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 4045513..6d2b26a 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -1290,6 +1290,14 @@ Must be at least 1 byte in length. + + + It is conventional for member names on D-Bus to consist of + capitalized words with no punctuation ("camel-case"). + Method names should usually be verbs, such as + GetItems, and signal names should usually be + a description of an event, such as ItemsChanged. + Error names -- 1.7.5.1