[Telepathy-commits] [telepathy-qt4/master] TelepathyQt4/Constants: add AccountManager-related constants

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Jan 7 05:23:30 PST 2009


---
 TelepathyQt4/constants.h |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/TelepathyQt4/constants.h b/TelepathyQt4/constants.h
index 712fb34..fc7c80c 100644
--- a/TelepathyQt4/constants.h
+++ b/TelepathyQt4/constants.h
@@ -68,6 +68,32 @@
 #define TELEPATHY_CONNECTION_OBJECT_PATH_BASE "/org/freedesktop/Telepathy/Connection/"
 
 /**
+ * The well-known bus name of the Account Manager.
+ *
+ * \see Telepathy::Client::AccountManager
+ */
+#define TELEPATHY_ACCOUNT_MANAGER_BUS_NAME \
+    "org.freedesktop.Telepathy.AccountManager"
+
+/**
+ * The object path of the Account Manager object.
+ *
+ * \see Telepathy::Client::AccountManager
+ */
+#define TELEPATHY_ACCOUNT_MANAGER_OBJECT_PATH \
+    "/org/freedesktop/Telepathy/AccountManager"
+
+/**
+ * The prefix for an Account's object path, to which the CM's name (e.g.
+ * "gabble"), the protocol (e.g. "jabber") and an element
+ * identifying the particular account should be appended.
+ *
+ * \see Telepathy::Client::Account
+ */
+#define TELEPATHY_ACCOUNT_OBJECT_PATH_BASE \
+    "/org/freedesktop/Telepathy/Account"
+
+/**
  * @}
  */
 
-- 
1.5.6.5



More information about the Telepathy-commits mailing list