00001
00023 #ifndef _TelepathyQt4_constants_h_HEADER_GUARD_
00024 #define _TelepathyQt4_constants_h_HEADER_GUARD_
00025
00026 #ifndef IN_TELEPATHY_QT4_HEADER
00027 #error IN_TELEPATHY_QT4_HEADER
00028 #endif
00029
00049 #define TELEPATHY_CONNECTION_MANAGER_BUS_NAME_BASE "org.freedesktop.Telepathy.ConnectionManager."
00050
00055 #define TP_QT4_CONNECTION_MANAGER_BUS_NAME_BASE QLatin1String("org.freedesktop.Telepathy.ConnectionManager.")
00056
00061 #define TELEPATHY_CONNECTION_MANAGER_OBJECT_PATH_BASE "/org/freedesktop/Telepathy/ConnectionManager/"
00062
00067 #define TP_QT4_CONNECTION_MANAGER_OBJECT_PATH_BASE QLatin1String("/org/freedesktop/Telepathy/ConnectionManager/")
00068
00074 #define TELEPATHY_CONNECTION_BUS_NAME_BASE "org.freedesktop.Telepathy.Connection."
00075
00081 #define TP_QT4_CONNECTION_BUS_NAME_BASE QLatin1String("org.freedesktop.Telepathy.Connection.")
00082
00088 #define TELEPATHY_CONNECTION_OBJECT_PATH_BASE "/org/freedesktop/Telepathy/Connection/"
00089
00095 #define TELEPATHY_ACCOUNT_MANAGER_BUS_NAME \
00096 "org.freedesktop.Telepathy.AccountManager"
00097
00103 #define TP_QT4_ACCOUNT_MANAGER_BUS_NAME \
00104 (QLatin1String("org.freedesktop.Telepathy.AccountManager"))
00105
00111 #define TELEPATHY_ACCOUNT_MANAGER_OBJECT_PATH \
00112 "/org/freedesktop/Telepathy/AccountManager"
00113
00119 #define TP_QT4_ACCOUNT_MANAGER_OBJECT_PATH \
00120 (QLatin1String("/org/freedesktop/Telepathy/AccountManager"))
00121
00125 #define TELEPATHY_CHANNEL_DISPATCHER_BUS_NAME \
00126 "org.freedesktop.Telepathy.ChannelDispatcher"
00127
00131 #define TP_QT4_CHANNEL_DISPATCHER_BUS_NAME \
00132 (QLatin1String("org.freedesktop.Telepathy.ChannelDispatcher"))
00133
00137 #define TELEPATHY_CHANNEL_DISPATCHER_OBJECT_PATH \
00138 "/org/freedesktop/Telepathy/ChannelDispatcher"
00139
00143 #define TP_QT4_CHANNEL_DISPATCHER_OBJECT_PATH \
00144 (QLatin1String("/org/freedesktop/Telepathy/ChannelDispatcher"))
00145
00153 #define TELEPATHY_ACCOUNT_OBJECT_PATH_BASE \
00154 "/org/freedesktop/Telepathy/Account"
00155
00163 #define TP_QT4_ACCOUNT_OBJECT_PATH_BASE \
00164 (QLatin1String("/org/freedesktop/Telepathy/Account"))
00165
00170 #include <TelepathyQt4/_gen/constants.h>
00171
00184 #define TELEPATHY_DBUS_ERROR_NAME_HAS_NO_OWNER \
00185 "org.freedesktop.DBus.Error.NameHasNoOwner"
00186
00199 #define TP_QT4_DBUS_ERROR_NAME_HAS_NO_OWNER \
00200 (QLatin1String("org.freedesktop.DBus.Error.NameHasNoOwner"))
00201
00207 #define TELEPATHY_DBUS_ERROR_UNKNOWN_INTERFACE \
00208 "org.freedesktop.DBus.Error.UnknownInterface"
00209
00215 #define TP_QT4_DBUS_ERROR_UNKNOWN_INTERFACE \
00216 (QLatin1String("org.freedesktop.DBus.Error.UnknownInterface"))
00217
00226 #define TELEPATHY_DBUS_ERROR_UNKNOWN_METHOD \
00227 "org.freedesktop.DBus.Error.UnknownMethod"
00228
00237 #define TP_QT4_DBUS_ERROR_UNKNOWN_METHOD \
00238 (QLatin1String("org.freedesktop.DBus.Error.UnknownMethod"))
00239
00245 #define TELEPATHY_QT4_ERROR_OBJECT_REMOVED \
00246 "org.freedesktop.Telepathy.Qt4.Error.ObjectRemoved"
00247
00253 #define TP_QT4_ERROR_OBJECT_REMOVED \
00254 (QLatin1String("org.freedesktop.Telepathy.Qt4.Error.ObjectRemoved"))
00255
00261 #define TELEPATHY_QT4_ERROR_INCONSISTENT \
00262 "org.freedesktop.Telepathy.Qt4.Error.Inconsistent"
00263
00269 #define TP_QT4_ERROR_INCONSISTENT \
00270 (QLatin1String("org.freedesktop.Telepathy.Qt4.Error.Inconsistent"))
00271
00280 #define TP_QT4_ERROR_ORPHANED \
00281 (QLatin1String("org.freedesktop.Telepathy.Qt4.Error.Orphaned"))
00282
00283 #endif