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
00113 #include <TelepathyQt/_gen/constants.h>
00114
00127 #define TP_QT_DBUS_ERROR_NAME_HAS_NO_OWNER \
00128 (QLatin1String("org.freedesktop.DBus.Error.NameHasNoOwner"))
00129
00135 #define TP_QT_DBUS_ERROR_UNKNOWN_INTERFACE \
00136 (QLatin1String("org.freedesktop.DBus.Error.UnknownInterface"))
00137
00146 #define TP_QT_DBUS_ERROR_UNKNOWN_METHOD \
00147 (QLatin1String("org.freedesktop.DBus.Error.UnknownMethod"))
00148
00154 #define TP_QT_ERROR_OBJECT_REMOVED \
00155 (QLatin1String("org.freedesktop.Telepathy.Qt.Error.ObjectRemoved"))
00156
00162 #define TP_QT_ERROR_INCONSISTENT \
00163 (QLatin1String("org.freedesktop.Telepathy.Qt.Error.Inconsistent"))
00164
00175 #define TP_QT_ERROR_ORPHANED \
00176 (QLatin1String("org.freedesktop.Telepathy.Qt.Error.Orphaned"))
00177
00178 #endif