00001 #define IN_TP_QT_HEADER
00002 #include "TelepathyQt/channel.h"
00003
00004 namespace Tp
00005 {
00006 namespace Client
00007 {
00008
00009 ChannelInterface::ChannelInterface(const QString& busName, const QString& objectPath, QObject *parent)
00010 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00011 {
00012 }
00013
00014 ChannelInterface::ChannelInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00015 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00016 {
00017 }
00018
00019 ChannelInterface::ChannelInterface(Tp::DBusProxy *proxy)
00020 : Tp::AbstractInterface(proxy, staticInterfaceName())
00021 {
00022 }
00023
00024 void ChannelInterface::invalidate(Tp::DBusProxy *proxy,
00025 const QString &error, const QString &message)
00026 {
00027 disconnect(this, SIGNAL(Closed()), NULL, NULL);
00028
00029 Tp::AbstractInterface::invalidate(proxy, error, message);
00030 }
00031
00032 ChannelInterfaceAnonymityInterface::ChannelInterfaceAnonymityInterface(const QString& busName, const QString& objectPath, QObject *parent)
00033 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00034 {
00035 }
00036
00037 ChannelInterfaceAnonymityInterface::ChannelInterfaceAnonymityInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00038 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00039 {
00040 }
00041
00042 ChannelInterfaceAnonymityInterface::ChannelInterfaceAnonymityInterface(Tp::DBusProxy *proxy)
00043 : Tp::AbstractInterface(proxy, staticInterfaceName())
00044 {
00045 }
00046
00047 ChannelInterfaceAnonymityInterface::ChannelInterfaceAnonymityInterface(const Tp::Client::ChannelInterface& mainInterface)
00048 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00049 {
00050 }
00051
00052 ChannelInterfaceAnonymityInterface::ChannelInterfaceAnonymityInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00053 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00054 {
00055 }
00056
00057 void ChannelInterfaceAnonymityInterface::invalidate(Tp::DBusProxy *proxy,
00058 const QString &error, const QString &message)
00059 {
00060
00061 Tp::AbstractInterface::invalidate(proxy, error, message);
00062 }
00063
00064 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const QString& busName, const QString& objectPath, QObject *parent)
00065 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00066 {
00067 }
00068
00069 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00070 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00071 {
00072 }
00073
00074 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(Tp::DBusProxy *proxy)
00075 : Tp::AbstractInterface(proxy, staticInterfaceName())
00076 {
00077 }
00078
00079 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const Tp::Client::ChannelInterface& mainInterface)
00080 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00081 {
00082 }
00083
00084 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00085 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00086 {
00087 }
00088
00089 void ChannelInterfaceCallStateInterface::invalidate(Tp::DBusProxy *proxy,
00090 const QString &error, const QString &message)
00091 {
00092 disconnect(this, SIGNAL(CallStateChanged(uint, uint)), NULL, NULL);
00093
00094 Tp::AbstractInterface::invalidate(proxy, error, message);
00095 }
00096
00097 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const QString& busName, const QString& objectPath, QObject *parent)
00098 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00099 {
00100 }
00101
00102 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00103 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00104 {
00105 }
00106
00107 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(Tp::DBusProxy *proxy)
00108 : Tp::AbstractInterface(proxy, staticInterfaceName())
00109 {
00110 }
00111
00112 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const Tp::Client::ChannelInterface& mainInterface)
00113 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00114 {
00115 }
00116
00117 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00118 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00119 {
00120 }
00121
00122 void ChannelInterfaceChatStateInterface::invalidate(Tp::DBusProxy *proxy,
00123 const QString &error, const QString &message)
00124 {
00125 disconnect(this, SIGNAL(ChatStateChanged(uint, uint)), NULL, NULL);
00126
00127 Tp::AbstractInterface::invalidate(proxy, error, message);
00128 }
00129
00130 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const QString& busName, const QString& objectPath, QObject *parent)
00131 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00132 {
00133 }
00134
00135 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00136 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00137 {
00138 }
00139
00140 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(Tp::DBusProxy *proxy)
00141 : Tp::AbstractInterface(proxy, staticInterfaceName())
00142 {
00143 }
00144
00145 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const Tp::Client::ChannelInterface& mainInterface)
00146 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00147 {
00148 }
00149
00150 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00151 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00152 {
00153 }
00154
00155 void ChannelInterfaceConferenceInterface::invalidate(Tp::DBusProxy *proxy,
00156 const QString &error, const QString &message)
00157 {
00158 disconnect(this, SIGNAL(ChannelMerged(const QDBusObjectPath&, uint, const QVariantMap&)), NULL, NULL);
00159 disconnect(this, SIGNAL(ChannelRemoved(const QDBusObjectPath&, const QVariantMap&)), NULL, NULL);
00160
00161 Tp::AbstractInterface::invalidate(proxy, error, message);
00162 }
00163
00164 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const QString& busName, const QString& objectPath, QObject *parent)
00165 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00166 {
00167 }
00168
00169 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00170 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00171 {
00172 }
00173
00174 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(Tp::DBusProxy *proxy)
00175 : Tp::AbstractInterface(proxy, staticInterfaceName())
00176 {
00177 }
00178
00179 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const Tp::Client::ChannelInterface& mainInterface)
00180 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00181 {
00182 }
00183
00184 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00185 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00186 {
00187 }
00188
00189 void ChannelInterfaceDTMFInterface::invalidate(Tp::DBusProxy *proxy,
00190 const QString &error, const QString &message)
00191 {
00192 disconnect(this, SIGNAL(TonesDeferred(const QString&)), NULL, NULL);
00193 disconnect(this, SIGNAL(SendingTones(const QString&)), NULL, NULL);
00194 disconnect(this, SIGNAL(StoppedTones(bool)), NULL, NULL);
00195
00196 Tp::AbstractInterface::invalidate(proxy, error, message);
00197 }
00198
00199 ChannelInterfaceDestroyableInterface::ChannelInterfaceDestroyableInterface(const QString& busName, const QString& objectPath, QObject *parent)
00200 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00201 {
00202 }
00203
00204 ChannelInterfaceDestroyableInterface::ChannelInterfaceDestroyableInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00205 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00206 {
00207 }
00208
00209 ChannelInterfaceDestroyableInterface::ChannelInterfaceDestroyableInterface(Tp::DBusProxy *proxy)
00210 : Tp::AbstractInterface(proxy, staticInterfaceName())
00211 {
00212 }
00213
00214 ChannelInterfaceDestroyableInterface::ChannelInterfaceDestroyableInterface(const Tp::Client::ChannelInterface& mainInterface)
00215 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00216 {
00217 }
00218
00219 ChannelInterfaceDestroyableInterface::ChannelInterfaceDestroyableInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00220 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00221 {
00222 }
00223
00224 void ChannelInterfaceDestroyableInterface::invalidate(Tp::DBusProxy *proxy,
00225 const QString &error, const QString &message)
00226 {
00227
00228 Tp::AbstractInterface::invalidate(proxy, error, message);
00229 }
00230
00231 ChannelInterfaceFileTransferMetadataInterface::ChannelInterfaceFileTransferMetadataInterface(const QString& busName, const QString& objectPath, QObject *parent)
00232 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00233 {
00234 }
00235
00236 ChannelInterfaceFileTransferMetadataInterface::ChannelInterfaceFileTransferMetadataInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00237 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00238 {
00239 }
00240
00241 ChannelInterfaceFileTransferMetadataInterface::ChannelInterfaceFileTransferMetadataInterface(Tp::DBusProxy *proxy)
00242 : Tp::AbstractInterface(proxy, staticInterfaceName())
00243 {
00244 }
00245
00246 ChannelInterfaceFileTransferMetadataInterface::ChannelInterfaceFileTransferMetadataInterface(const Tp::Client::ChannelInterface& mainInterface)
00247 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00248 {
00249 }
00250
00251 ChannelInterfaceFileTransferMetadataInterface::ChannelInterfaceFileTransferMetadataInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00252 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00253 {
00254 }
00255
00256 void ChannelInterfaceFileTransferMetadataInterface::invalidate(Tp::DBusProxy *proxy,
00257 const QString &error, const QString &message)
00258 {
00259
00260 Tp::AbstractInterface::invalidate(proxy, error, message);
00261 }
00262
00263 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const QString& busName, const QString& objectPath, QObject *parent)
00264 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00265 {
00266 }
00267
00268 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00269 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00270 {
00271 }
00272
00273 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(Tp::DBusProxy *proxy)
00274 : Tp::AbstractInterface(proxy, staticInterfaceName())
00275 {
00276 }
00277
00278 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const Tp::Client::ChannelInterface& mainInterface)
00279 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00280 {
00281 }
00282
00283 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00284 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00285 {
00286 }
00287
00288 void ChannelInterfaceGroupInterface::invalidate(Tp::DBusProxy *proxy,
00289 const QString &error, const QString &message)
00290 {
00291 disconnect(this, SIGNAL(HandleOwnersChanged(const Tp::HandleOwnerMap&, const Tp::UIntList&)), NULL, NULL);
00292 disconnect(this, SIGNAL(HandleOwnersChangedDetailed(const Tp::HandleOwnerMap&, const Tp::UIntList&, const Tp::HandleIdentifierMap&)), NULL, NULL);
00293 disconnect(this, SIGNAL(SelfHandleChanged(uint)), NULL, NULL);
00294 disconnect(this, SIGNAL(SelfContactChanged(uint, const QString&)), NULL, NULL);
00295 disconnect(this, SIGNAL(GroupFlagsChanged(uint, uint)), NULL, NULL);
00296 disconnect(this, SIGNAL(MembersChanged(const QString&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, uint, uint)), NULL, NULL);
00297 disconnect(this, SIGNAL(MembersChangedDetailed(const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const QVariantMap&)), NULL, NULL);
00298
00299 Tp::AbstractInterface::invalidate(proxy, error, message);
00300 }
00301
00302 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const QString& busName, const QString& objectPath, QObject *parent)
00303 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00304 {
00305 }
00306
00307 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00308 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00309 {
00310 }
00311
00312 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(Tp::DBusProxy *proxy)
00313 : Tp::AbstractInterface(proxy, staticInterfaceName())
00314 {
00315 }
00316
00317 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const Tp::Client::ChannelInterface& mainInterface)
00318 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00319 {
00320 }
00321
00322 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00323 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00324 {
00325 }
00326
00327 void ChannelInterfaceHoldInterface::invalidate(Tp::DBusProxy *proxy,
00328 const QString &error, const QString &message)
00329 {
00330 disconnect(this, SIGNAL(HoldStateChanged(uint, uint)), NULL, NULL);
00331
00332 Tp::AbstractInterface::invalidate(proxy, error, message);
00333 }
00334
00335 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const QString& busName, const QString& objectPath, QObject *parent)
00336 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00337 {
00338 }
00339
00340 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00341 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00342 {
00343 }
00344
00345 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(Tp::DBusProxy *proxy)
00346 : Tp::AbstractInterface(proxy, staticInterfaceName())
00347 {
00348 }
00349
00350 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const Tp::Client::ChannelInterface& mainInterface)
00351 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00352 {
00353 }
00354
00355 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00356 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00357 {
00358 }
00359
00360 void ChannelInterfaceMediaSignallingInterface::invalidate(Tp::DBusProxy *proxy,
00361 const QString &error, const QString &message)
00362 {
00363 disconnect(this, SIGNAL(NewSessionHandler(const QDBusObjectPath&, const QString&)), NULL, NULL);
00364
00365 Tp::AbstractInterface::invalidate(proxy, error, message);
00366 }
00367
00368 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const QString& busName, const QString& objectPath, QObject *parent)
00369 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00370 {
00371 }
00372
00373 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00374 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00375 {
00376 }
00377
00378 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(Tp::DBusProxy *proxy)
00379 : Tp::AbstractInterface(proxy, staticInterfaceName())
00380 {
00381 }
00382
00383 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const Tp::Client::ChannelInterface& mainInterface)
00384 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00385 {
00386 }
00387
00388 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00389 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00390 {
00391 }
00392
00393 void ChannelInterfaceMessagesInterface::invalidate(Tp::DBusProxy *proxy,
00394 const QString &error, const QString &message)
00395 {
00396 disconnect(this, SIGNAL(MessageSent(const Tp::MessagePartList&, uint, const QString&)), NULL, NULL);
00397 disconnect(this, SIGNAL(PendingMessagesRemoved(const Tp::UIntList&)), NULL, NULL);
00398 disconnect(this, SIGNAL(MessageReceived(const Tp::MessagePartList&)), NULL, NULL);
00399
00400 Tp::AbstractInterface::invalidate(proxy, error, message);
00401 }
00402
00403 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const QString& busName, const QString& objectPath, QObject *parent)
00404 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00405 {
00406 }
00407
00408 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00409 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00410 {
00411 }
00412
00413 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(Tp::DBusProxy *proxy)
00414 : Tp::AbstractInterface(proxy, staticInterfaceName())
00415 {
00416 }
00417
00418 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const Tp::Client::ChannelInterface& mainInterface)
00419 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00420 {
00421 }
00422
00423 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00424 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00425 {
00426 }
00427
00428 void ChannelInterfacePasswordInterface::invalidate(Tp::DBusProxy *proxy,
00429 const QString &error, const QString &message)
00430 {
00431 disconnect(this, SIGNAL(PasswordFlagsChanged(uint, uint)), NULL, NULL);
00432
00433 Tp::AbstractInterface::invalidate(proxy, error, message);
00434 }
00435
00436 ChannelInterfaceSASLAuthenticationInterface::ChannelInterfaceSASLAuthenticationInterface(const QString& busName, const QString& objectPath, QObject *parent)
00437 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00438 {
00439 }
00440
00441 ChannelInterfaceSASLAuthenticationInterface::ChannelInterfaceSASLAuthenticationInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00442 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00443 {
00444 }
00445
00446 ChannelInterfaceSASLAuthenticationInterface::ChannelInterfaceSASLAuthenticationInterface(Tp::DBusProxy *proxy)
00447 : Tp::AbstractInterface(proxy, staticInterfaceName())
00448 {
00449 }
00450
00451 ChannelInterfaceSASLAuthenticationInterface::ChannelInterfaceSASLAuthenticationInterface(const Tp::Client::ChannelInterface& mainInterface)
00452 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00453 {
00454 }
00455
00456 ChannelInterfaceSASLAuthenticationInterface::ChannelInterfaceSASLAuthenticationInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00457 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00458 {
00459 }
00460
00461 void ChannelInterfaceSASLAuthenticationInterface::invalidate(Tp::DBusProxy *proxy,
00462 const QString &error, const QString &message)
00463 {
00464 disconnect(this, SIGNAL(SASLStatusChanged(uint, const QString&, const QVariantMap&)), NULL, NULL);
00465 disconnect(this, SIGNAL(NewChallenge(const QByteArray&)), NULL, NULL);
00466
00467 Tp::AbstractInterface::invalidate(proxy, error, message);
00468 }
00469
00470 ChannelInterfaceSMSInterface::ChannelInterfaceSMSInterface(const QString& busName, const QString& objectPath, QObject *parent)
00471 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00472 {
00473 }
00474
00475 ChannelInterfaceSMSInterface::ChannelInterfaceSMSInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00476 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00477 {
00478 }
00479
00480 ChannelInterfaceSMSInterface::ChannelInterfaceSMSInterface(Tp::DBusProxy *proxy)
00481 : Tp::AbstractInterface(proxy, staticInterfaceName())
00482 {
00483 }
00484
00485 ChannelInterfaceSMSInterface::ChannelInterfaceSMSInterface(const Tp::Client::ChannelInterface& mainInterface)
00486 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00487 {
00488 }
00489
00490 ChannelInterfaceSMSInterface::ChannelInterfaceSMSInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00491 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00492 {
00493 }
00494
00495 void ChannelInterfaceSMSInterface::invalidate(Tp::DBusProxy *proxy,
00496 const QString &error, const QString &message)
00497 {
00498 disconnect(this, SIGNAL(SMSChannelChanged(bool)), NULL, NULL);
00499
00500 Tp::AbstractInterface::invalidate(proxy, error, message);
00501 }
00502
00503 ChannelInterfaceSecurableInterface::ChannelInterfaceSecurableInterface(const QString& busName, const QString& objectPath, QObject *parent)
00504 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00505 {
00506 }
00507
00508 ChannelInterfaceSecurableInterface::ChannelInterfaceSecurableInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00509 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00510 {
00511 }
00512
00513 ChannelInterfaceSecurableInterface::ChannelInterfaceSecurableInterface(Tp::DBusProxy *proxy)
00514 : Tp::AbstractInterface(proxy, staticInterfaceName())
00515 {
00516 }
00517
00518 ChannelInterfaceSecurableInterface::ChannelInterfaceSecurableInterface(const Tp::Client::ChannelInterface& mainInterface)
00519 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00520 {
00521 }
00522
00523 ChannelInterfaceSecurableInterface::ChannelInterfaceSecurableInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00524 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00525 {
00526 }
00527
00528 void ChannelInterfaceSecurableInterface::invalidate(Tp::DBusProxy *proxy,
00529 const QString &error, const QString &message)
00530 {
00531
00532 Tp::AbstractInterface::invalidate(proxy, error, message);
00533 }
00534
00535 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const QString& busName, const QString& objectPath, QObject *parent)
00536 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00537 {
00538 }
00539
00540 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00541 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00542 {
00543 }
00544
00545 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(Tp::DBusProxy *proxy)
00546 : Tp::AbstractInterface(proxy, staticInterfaceName())
00547 {
00548 }
00549
00550 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const Tp::Client::ChannelInterface& mainInterface)
00551 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00552 {
00553 }
00554
00555 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00556 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00557 {
00558 }
00559
00560 void ChannelInterfaceServicePointInterface::invalidate(Tp::DBusProxy *proxy,
00561 const QString &error, const QString &message)
00562 {
00563 disconnect(this, SIGNAL(ServicePointChanged(const Tp::ServicePoint&)), NULL, NULL);
00564
00565 Tp::AbstractInterface::invalidate(proxy, error, message);
00566 }
00567
00568 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const QString& busName, const QString& objectPath, QObject *parent)
00569 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00570 {
00571 }
00572
00573 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00574 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00575 {
00576 }
00577
00578 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(Tp::DBusProxy *proxy)
00579 : Tp::AbstractInterface(proxy, staticInterfaceName())
00580 {
00581 }
00582
00583 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const Tp::Client::ChannelInterface& mainInterface)
00584 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00585 {
00586 }
00587
00588 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00589 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00590 {
00591 }
00592
00593 void ChannelInterfaceTubeInterface::invalidate(Tp::DBusProxy *proxy,
00594 const QString &error, const QString &message)
00595 {
00596 disconnect(this, SIGNAL(TubeChannelStateChanged(uint)), NULL, NULL);
00597
00598 Tp::AbstractInterface::invalidate(proxy, error, message);
00599 }
00600
00601 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const QString& busName, const QString& objectPath, QObject *parent)
00602 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00603 {
00604 }
00605
00606 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00607 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00608 {
00609 }
00610
00611 ChannelTypeContactListInterface::ChannelTypeContactListInterface(Tp::DBusProxy *proxy)
00612 : Tp::AbstractInterface(proxy, staticInterfaceName())
00613 {
00614 }
00615
00616 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const Tp::Client::ChannelInterface& mainInterface)
00617 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00618 {
00619 }
00620
00621 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00622 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00623 {
00624 }
00625
00626 void ChannelTypeContactListInterface::invalidate(Tp::DBusProxy *proxy,
00627 const QString &error, const QString &message)
00628 {
00629
00630 Tp::AbstractInterface::invalidate(proxy, error, message);
00631 }
00632
00633 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const QString& busName, const QString& objectPath, QObject *parent)
00634 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00635 {
00636 }
00637
00638 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00639 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00640 {
00641 }
00642
00643 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(Tp::DBusProxy *proxy)
00644 : Tp::AbstractInterface(proxy, staticInterfaceName())
00645 {
00646 }
00647
00648 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const Tp::Client::ChannelInterface& mainInterface)
00649 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00650 {
00651 }
00652
00653 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00654 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00655 {
00656 }
00657
00658 void ChannelTypeContactSearchInterface::invalidate(Tp::DBusProxy *proxy,
00659 const QString &error, const QString &message)
00660 {
00661 disconnect(this, SIGNAL(SearchStateChanged(uint, const QString&, const QVariantMap&)), NULL, NULL);
00662 disconnect(this, SIGNAL(SearchResultReceived(const Tp::ContactSearchResultMap&)), NULL, NULL);
00663
00664 Tp::AbstractInterface::invalidate(proxy, error, message);
00665 }
00666
00667 ChannelTypeDBusTubeInterface::ChannelTypeDBusTubeInterface(const QString& busName, const QString& objectPath, QObject *parent)
00668 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00669 {
00670 }
00671
00672 ChannelTypeDBusTubeInterface::ChannelTypeDBusTubeInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00673 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00674 {
00675 }
00676
00677 ChannelTypeDBusTubeInterface::ChannelTypeDBusTubeInterface(Tp::DBusProxy *proxy)
00678 : Tp::AbstractInterface(proxy, staticInterfaceName())
00679 {
00680 }
00681
00682 ChannelTypeDBusTubeInterface::ChannelTypeDBusTubeInterface(const Tp::Client::ChannelInterface& mainInterface)
00683 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00684 {
00685 }
00686
00687 ChannelTypeDBusTubeInterface::ChannelTypeDBusTubeInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00688 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00689 {
00690 }
00691
00692 void ChannelTypeDBusTubeInterface::invalidate(Tp::DBusProxy *proxy,
00693 const QString &error, const QString &message)
00694 {
00695 disconnect(this, SIGNAL(DBusNamesChanged(const Tp::DBusTubeParticipants&, const Tp::UIntList&)), NULL, NULL);
00696
00697 Tp::AbstractInterface::invalidate(proxy, error, message);
00698 }
00699
00700 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const QString& busName, const QString& objectPath, QObject *parent)
00701 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00702 {
00703 }
00704
00705 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00706 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00707 {
00708 }
00709
00710 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(Tp::DBusProxy *proxy)
00711 : Tp::AbstractInterface(proxy, staticInterfaceName())
00712 {
00713 }
00714
00715 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const Tp::Client::ChannelInterface& mainInterface)
00716 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00717 {
00718 }
00719
00720 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00721 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00722 {
00723 }
00724
00725 void ChannelTypeFileTransferInterface::invalidate(Tp::DBusProxy *proxy,
00726 const QString &error, const QString &message)
00727 {
00728 disconnect(this, SIGNAL(FileTransferStateChanged(uint, uint)), NULL, NULL);
00729 disconnect(this, SIGNAL(TransferredBytesChanged(qulonglong)), NULL, NULL);
00730 disconnect(this, SIGNAL(InitialOffsetDefined(qulonglong)), NULL, NULL);
00731 disconnect(this, SIGNAL(URIDefined(const QString&)), NULL, NULL);
00732
00733 Tp::AbstractInterface::invalidate(proxy, error, message);
00734 }
00735
00736 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const QString& busName, const QString& objectPath, QObject *parent)
00737 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00738 {
00739 }
00740
00741 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00742 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00743 {
00744 }
00745
00746 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(Tp::DBusProxy *proxy)
00747 : Tp::AbstractInterface(proxy, staticInterfaceName())
00748 {
00749 }
00750
00751 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const Tp::Client::ChannelInterface& mainInterface)
00752 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00753 {
00754 }
00755
00756 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00757 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00758 {
00759 }
00760
00761 void ChannelTypeRoomListInterface::invalidate(Tp::DBusProxy *proxy,
00762 const QString &error, const QString &message)
00763 {
00764 disconnect(this, SIGNAL(GotRooms(const Tp::RoomInfoList&)), NULL, NULL);
00765 disconnect(this, SIGNAL(ListingRooms(bool)), NULL, NULL);
00766
00767 Tp::AbstractInterface::invalidate(proxy, error, message);
00768 }
00769
00770 ChannelTypeServerAuthenticationInterface::ChannelTypeServerAuthenticationInterface(const QString& busName, const QString& objectPath, QObject *parent)
00771 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00772 {
00773 }
00774
00775 ChannelTypeServerAuthenticationInterface::ChannelTypeServerAuthenticationInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00776 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00777 {
00778 }
00779
00780 ChannelTypeServerAuthenticationInterface::ChannelTypeServerAuthenticationInterface(Tp::DBusProxy *proxy)
00781 : Tp::AbstractInterface(proxy, staticInterfaceName())
00782 {
00783 }
00784
00785 ChannelTypeServerAuthenticationInterface::ChannelTypeServerAuthenticationInterface(const Tp::Client::ChannelInterface& mainInterface)
00786 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00787 {
00788 }
00789
00790 ChannelTypeServerAuthenticationInterface::ChannelTypeServerAuthenticationInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00791 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00792 {
00793 }
00794
00795 void ChannelTypeServerAuthenticationInterface::invalidate(Tp::DBusProxy *proxy,
00796 const QString &error, const QString &message)
00797 {
00798
00799 Tp::AbstractInterface::invalidate(proxy, error, message);
00800 }
00801
00802 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const QString& busName, const QString& objectPath, QObject *parent)
00803 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00804 {
00805 }
00806
00807 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00808 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00809 {
00810 }
00811
00812 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(Tp::DBusProxy *proxy)
00813 : Tp::AbstractInterface(proxy, staticInterfaceName())
00814 {
00815 }
00816
00817 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const Tp::Client::ChannelInterface& mainInterface)
00818 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00819 {
00820 }
00821
00822 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00823 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00824 {
00825 }
00826
00827 void ChannelTypeServerTLSConnectionInterface::invalidate(Tp::DBusProxy *proxy,
00828 const QString &error, const QString &message)
00829 {
00830
00831 Tp::AbstractInterface::invalidate(proxy, error, message);
00832 }
00833
00834 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const QString& busName, const QString& objectPath, QObject *parent)
00835 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00836 {
00837 }
00838
00839 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00840 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00841 {
00842 }
00843
00844 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(Tp::DBusProxy *proxy)
00845 : Tp::AbstractInterface(proxy, staticInterfaceName())
00846 {
00847 }
00848
00849 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const Tp::Client::ChannelInterface& mainInterface)
00850 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00851 {
00852 }
00853
00854 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00855 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00856 {
00857 }
00858
00859 void ChannelTypeStreamTubeInterface::invalidate(Tp::DBusProxy *proxy,
00860 const QString &error, const QString &message)
00861 {
00862 disconnect(this, SIGNAL(NewRemoteConnection(uint, const QDBusVariant&, uint)), NULL, NULL);
00863 disconnect(this, SIGNAL(NewLocalConnection(uint)), NULL, NULL);
00864 disconnect(this, SIGNAL(ConnectionClosed(uint, const QString&, const QString&)), NULL, NULL);
00865
00866 Tp::AbstractInterface::invalidate(proxy, error, message);
00867 }
00868
00869 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const QString& busName, const QString& objectPath, QObject *parent)
00870 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00871 {
00872 }
00873
00874 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00875 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00876 {
00877 }
00878
00879 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(Tp::DBusProxy *proxy)
00880 : Tp::AbstractInterface(proxy, staticInterfaceName())
00881 {
00882 }
00883
00884 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const Tp::Client::ChannelInterface& mainInterface)
00885 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00886 {
00887 }
00888
00889 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00890 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00891 {
00892 }
00893
00894 void ChannelTypeStreamedMediaInterface::invalidate(Tp::DBusProxy *proxy,
00895 const QString &error, const QString &message)
00896 {
00897 disconnect(this, SIGNAL(StreamAdded(uint, uint, uint)), NULL, NULL);
00898 disconnect(this, SIGNAL(StreamDirectionChanged(uint, uint, uint)), NULL, NULL);
00899 disconnect(this, SIGNAL(StreamError(uint, uint, const QString&)), NULL, NULL);
00900 disconnect(this, SIGNAL(StreamRemoved(uint)), NULL, NULL);
00901 disconnect(this, SIGNAL(StreamStateChanged(uint, uint)), NULL, NULL);
00902
00903 Tp::AbstractInterface::invalidate(proxy, error, message);
00904 }
00905
00906 ChannelTypeTextInterface::ChannelTypeTextInterface(const QString& busName, const QString& objectPath, QObject *parent)
00907 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00908 {
00909 }
00910
00911 ChannelTypeTextInterface::ChannelTypeTextInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00912 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00913 {
00914 }
00915
00916 ChannelTypeTextInterface::ChannelTypeTextInterface(Tp::DBusProxy *proxy)
00917 : Tp::AbstractInterface(proxy, staticInterfaceName())
00918 {
00919 }
00920
00921 ChannelTypeTextInterface::ChannelTypeTextInterface(const Tp::Client::ChannelInterface& mainInterface)
00922 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00923 {
00924 }
00925
00926 ChannelTypeTextInterface::ChannelTypeTextInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00927 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00928 {
00929 }
00930
00931 void ChannelTypeTextInterface::invalidate(Tp::DBusProxy *proxy,
00932 const QString &error, const QString &message)
00933 {
00934 disconnect(this, SIGNAL(LostMessage()), NULL, NULL);
00935 disconnect(this, SIGNAL(Received(uint, uint, uint, uint, uint, const QString&)), NULL, NULL);
00936 disconnect(this, SIGNAL(SendError(uint, uint, uint, const QString&)), NULL, NULL);
00937 disconnect(this, SIGNAL(Sent(uint, uint, const QString&)), NULL, NULL);
00938
00939 Tp::AbstractInterface::invalidate(proxy, error, message);
00940 }
00941
00942 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const QString& busName, const QString& objectPath, QObject *parent)
00943 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00944 {
00945 }
00946
00947 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00948 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00949 {
00950 }
00951
00952 ChannelTypeTubesInterface::ChannelTypeTubesInterface(Tp::DBusProxy *proxy)
00953 : Tp::AbstractInterface(proxy, staticInterfaceName())
00954 {
00955 }
00956
00957 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const Tp::Client::ChannelInterface& mainInterface)
00958 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00959 {
00960 }
00961
00962 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00963 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00964 {
00965 }
00966
00967 void ChannelTypeTubesInterface::invalidate(Tp::DBusProxy *proxy,
00968 const QString &error, const QString &message)
00969 {
00970 disconnect(this, SIGNAL(NewTube(uint, uint, uint, const QString&, const QVariantMap&, uint)), NULL, NULL);
00971 disconnect(this, SIGNAL(TubeStateChanged(uint, uint)), NULL, NULL);
00972 disconnect(this, SIGNAL(TubeClosed(uint)), NULL, NULL);
00973 disconnect(this, SIGNAL(DBusNamesChanged(uint, const Tp::DBusTubeMemberList&, const Tp::UIntList&)), NULL, NULL);
00974 disconnect(this, SIGNAL(StreamTubeNewConnection(uint, uint)), NULL, NULL);
00975
00976 Tp::AbstractInterface::invalidate(proxy, error, message);
00977 }
00978 }
00979 }