00001
00023 #ifndef _TelepathyQt_constants_h_HEADER_GUARD_
00024 #define _TelepathyQt_constants_h_HEADER_GUARD_
00025
00026 #ifndef IN_TP_QT_HEADER
00027 #error IN_TP_QT_HEADER
00028 #endif
00029
00049 #define TP_QT_CONNECTION_MANAGER_BUS_NAME_BASE QLatin1String("org.freedesktop.Telepathy.ConnectionManager.")
00050
00055 #define TP_QT_CONNECTION_MANAGER_OBJECT_PATH_BASE QLatin1String("/org/freedesktop/Telepathy/ConnectionManager/")
00056
00062 #define TP_QT_CONNECTION_BUS_NAME_BASE QLatin1String("org.freedesktop.Telepathy.Connection.")
00063
00069 #define TP_QT_CONNECTION_OBJECT_PATH_BASE QLatin1String("/org/freedesktop/Telepathy/Connection/")
00070
00076 #define TP_QT_ACCOUNT_MANAGER_BUS_NAME \
00077 (QLatin1String("org.freedesktop.Telepathy.AccountManager"))
00078
00084 #define TP_QT_ACCOUNT_MANAGER_OBJECT_PATH \
00085 (QLatin1String("/org/freedesktop/Telepathy/AccountManager"))
00086
00090 #define TP_QT_CHANNEL_DISPATCHER_BUS_NAME \
00091 (QLatin1String("org.freedesktop.Telepathy.ChannelDispatcher"))
00092
00096 #define TP_QT_CHANNEL_DISPATCHER_OBJECT_PATH \
00097 (QLatin1String("/org/freedesktop/Telepathy/ChannelDispatcher"))
00098
00106 #define TP_QT_ACCOUNT_OBJECT_PATH_BASE \
00107 (QLatin1String("/org/freedesktop/Telepathy/Account"))
00108
00112 #define TP_QT_DEBUG_OBJECT_PATH \
00113 (QLatin1String("/org/freedesktop/Telepathy/debug"))
00114
00119 #include <TelepathyQt/_gen/constants.h>
00120
00133 #define TP_QT_DBUS_ERROR_NAME_HAS_NO_OWNER \
00134 (QLatin1String("org.freedesktop.DBus.Error.NameHasNoOwner"))
00135
00141 #define TP_QT_DBUS_ERROR_UNKNOWN_INTERFACE \
00142 (QLatin1String("org.freedesktop.DBus.Error.UnknownInterface"))
00143
00152 #define TP_QT_DBUS_ERROR_UNKNOWN_METHOD \
00153 (QLatin1String("org.freedesktop.DBus.Error.UnknownMethod"))
00154
00160 #define TP_QT_ERROR_OBJECT_REMOVED \
00161 (QLatin1String("org.freedesktop.Telepathy.Qt.Error.ObjectRemoved"))
00162
00168 #define TP_QT_ERROR_INCONSISTENT \
00169 (QLatin1String("org.freedesktop.Telepathy.Qt.Error.Inconsistent"))
00170
00181 #define TP_QT_ERROR_ORPHANED \
00182 (QLatin1String("org.freedesktop.Telepathy.Qt.Error.Orphaned"))
00183
00184 #endif