[telepathy-qt4/master] Constants: Added TELEPATHY_DBUS_ERROR_UNKNOWN_METHOD constant.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Thu Jun 11 10:17:48 PDT 2009


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

diff --git a/TelepathyQt4/constants.h b/TelepathyQt4/constants.h
index 0f42296..51735a7 100644
--- a/TelepathyQt4/constants.h
+++ b/TelepathyQt4/constants.h
@@ -114,4 +114,15 @@
 #define TELEPATHY_DBUS_ERROR_NAME_HAS_NO_OWNER \
     "org.freedesktop.DBus.Error.NameHasNoOwner"
 
+/**
+ * \ingroup errorstrconsts
+ *
+ * The error name "org.freedesktop.DBus.Error.UnknownMethod".
+ *
+ * Raised by the D-Bus daemon when the method name invoked isn't
+ * known by the object you invoked it on.
+ */
+#define TELEPATHY_DBUS_ERROR_UNKNOWN_METHOD \
+    "org.freedesktop.DBus.Error.UnknownMethod"
+
 #endif
-- 
1.5.6.5




More information about the telepathy-commits mailing list