[Telepathy-commits] [telepathy-qt4/master] TelepathyQt4/Constants: improve spec compliance

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Dec 4 06:54:54 PST 2008


The spec now requires that the account-specific part of a connection's
bus name and object path is a single element.
---
 TelepathyQt4/constants.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/TelepathyQt4/constants.h b/TelepathyQt4/constants.h
index 56b0152..d8915dc 100644
--- a/TelepathyQt4/constants.h
+++ b/TelepathyQt4/constants.h
@@ -51,15 +51,15 @@
 
 /**
  * The prefix for a connection's bus name, to which the CM's name (e.g.
- * "gabble"), the protocol (e.g. "jabber") and an element or sequence of
- * elements representing the account should be appended.
+ * "gabble"), the protocol (e.g. "jabber") and an element
+ * representing the account should be appended.
  */
 #define TELEPATHY_CONNECTION_BUS_NAME_BASE "org.freedesktop.Telepathy.Connection."
 
 /**
  * The prefix for a connection's object path, to which the CM's name (e.g.
- * "gabble"), the protocol (e.g. "jabber") and an element or sequence of
- * elements representing the account should be appended.
+ * "gabble"), the protocol (e.g. "jabber") and an element
+ * representing the account should be appended.
  */
 #define TELEPATHY_CONNECTION_OBJECT_PATH_BASE "/org/freedesktop/Telepathy/Connection/"
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list