00001 #define IN_TP_QT_HEADER
00002 #include "TelepathyQt/connection.h"
00003
00004 namespace Tp
00005 {
00006 namespace Client
00007 {
00008
00009 ConnectionInterface::ConnectionInterface(const QString& busName, const QString& objectPath, QObject *parent)
00010 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00011 {
00012 }
00013
00014 ConnectionInterface::ConnectionInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00015 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00016 {
00017 }
00018
00019 ConnectionInterface::ConnectionInterface(Tp::DBusProxy *proxy)
00020 : Tp::AbstractInterface(proxy, staticInterfaceName())
00021 {
00022 }
00023
00024 void ConnectionInterface::invalidate(Tp::DBusProxy *proxy,
00025 const QString &error, const QString &message)
00026 {
00027 disconnect(this, SIGNAL(SelfHandleChanged(uint)), NULL, NULL);
00028 disconnect(this, SIGNAL(NewChannel(const QDBusObjectPath&, const QString&, uint, uint, bool)), NULL, NULL);
00029 disconnect(this, SIGNAL(ConnectionError(const QString&, const QVariantMap&)), NULL, NULL);
00030 disconnect(this, SIGNAL(StatusChanged(uint, uint)), NULL, NULL);
00031
00032 Tp::AbstractInterface::invalidate(proxy, error, message);
00033 }
00034
00035 ConnectionInterfaceAddressingInterface::ConnectionInterfaceAddressingInterface(const QString& busName, const QString& objectPath, QObject *parent)
00036 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00037 {
00038 }
00039
00040 ConnectionInterfaceAddressingInterface::ConnectionInterfaceAddressingInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00041 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00042 {
00043 }
00044
00045 ConnectionInterfaceAddressingInterface::ConnectionInterfaceAddressingInterface(Tp::DBusProxy *proxy)
00046 : Tp::AbstractInterface(proxy, staticInterfaceName())
00047 {
00048 }
00049
00050 ConnectionInterfaceAddressingInterface::ConnectionInterfaceAddressingInterface(const Tp::Client::ConnectionInterface& mainInterface)
00051 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00052 {
00053 }
00054
00055 ConnectionInterfaceAddressingInterface::ConnectionInterfaceAddressingInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00056 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00057 {
00058 }
00059
00060 void ConnectionInterfaceAddressingInterface::invalidate(Tp::DBusProxy *proxy,
00061 const QString &error, const QString &message)
00062 {
00063
00064 Tp::AbstractInterface::invalidate(proxy, error, message);
00065 }
00066
00067 ConnectionInterfaceAliasingInterface::ConnectionInterfaceAliasingInterface(const QString& busName, const QString& objectPath, QObject *parent)
00068 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00069 {
00070 }
00071
00072 ConnectionInterfaceAliasingInterface::ConnectionInterfaceAliasingInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00073 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00074 {
00075 }
00076
00077 ConnectionInterfaceAliasingInterface::ConnectionInterfaceAliasingInterface(Tp::DBusProxy *proxy)
00078 : Tp::AbstractInterface(proxy, staticInterfaceName())
00079 {
00080 }
00081
00082 ConnectionInterfaceAliasingInterface::ConnectionInterfaceAliasingInterface(const Tp::Client::ConnectionInterface& mainInterface)
00083 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00084 {
00085 }
00086
00087 ConnectionInterfaceAliasingInterface::ConnectionInterfaceAliasingInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00088 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00089 {
00090 }
00091
00092 void ConnectionInterfaceAliasingInterface::invalidate(Tp::DBusProxy *proxy,
00093 const QString &error, const QString &message)
00094 {
00095 disconnect(this, SIGNAL(AliasesChanged(const Tp::AliasPairList&)), NULL, NULL);
00096
00097 Tp::AbstractInterface::invalidate(proxy, error, message);
00098 }
00099
00100 ConnectionInterfaceAnonymityInterface::ConnectionInterfaceAnonymityInterface(const QString& busName, const QString& objectPath, QObject *parent)
00101 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00102 {
00103 }
00104
00105 ConnectionInterfaceAnonymityInterface::ConnectionInterfaceAnonymityInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00106 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00107 {
00108 }
00109
00110 ConnectionInterfaceAnonymityInterface::ConnectionInterfaceAnonymityInterface(Tp::DBusProxy *proxy)
00111 : Tp::AbstractInterface(proxy, staticInterfaceName())
00112 {
00113 }
00114
00115 ConnectionInterfaceAnonymityInterface::ConnectionInterfaceAnonymityInterface(const Tp::Client::ConnectionInterface& mainInterface)
00116 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00117 {
00118 }
00119
00120 ConnectionInterfaceAnonymityInterface::ConnectionInterfaceAnonymityInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00121 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00122 {
00123 }
00124
00125 void ConnectionInterfaceAnonymityInterface::invalidate(Tp::DBusProxy *proxy,
00126 const QString &error, const QString &message)
00127 {
00128 disconnect(this, SIGNAL(AnonymityModesChanged(uint)), NULL, NULL);
00129
00130 Tp::AbstractInterface::invalidate(proxy, error, message);
00131 }
00132
00133 ConnectionInterfaceAvatarsInterface::ConnectionInterfaceAvatarsInterface(const QString& busName, const QString& objectPath, QObject *parent)
00134 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00135 {
00136 }
00137
00138 ConnectionInterfaceAvatarsInterface::ConnectionInterfaceAvatarsInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00139 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00140 {
00141 }
00142
00143 ConnectionInterfaceAvatarsInterface::ConnectionInterfaceAvatarsInterface(Tp::DBusProxy *proxy)
00144 : Tp::AbstractInterface(proxy, staticInterfaceName())
00145 {
00146 }
00147
00148 ConnectionInterfaceAvatarsInterface::ConnectionInterfaceAvatarsInterface(const Tp::Client::ConnectionInterface& mainInterface)
00149 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00150 {
00151 }
00152
00153 ConnectionInterfaceAvatarsInterface::ConnectionInterfaceAvatarsInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00154 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00155 {
00156 }
00157
00158 void ConnectionInterfaceAvatarsInterface::invalidate(Tp::DBusProxy *proxy,
00159 const QString &error, const QString &message)
00160 {
00161 disconnect(this, SIGNAL(AvatarUpdated(uint, const QString&)), NULL, NULL);
00162 disconnect(this, SIGNAL(AvatarRetrieved(uint, const QString&, const QByteArray&, const QString&)), NULL, NULL);
00163
00164 Tp::AbstractInterface::invalidate(proxy, error, message);
00165 }
00166
00167 ConnectionInterfaceBalanceInterface::ConnectionInterfaceBalanceInterface(const QString& busName, const QString& objectPath, QObject *parent)
00168 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00169 {
00170 }
00171
00172 ConnectionInterfaceBalanceInterface::ConnectionInterfaceBalanceInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00173 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00174 {
00175 }
00176
00177 ConnectionInterfaceBalanceInterface::ConnectionInterfaceBalanceInterface(Tp::DBusProxy *proxy)
00178 : Tp::AbstractInterface(proxy, staticInterfaceName())
00179 {
00180 }
00181
00182 ConnectionInterfaceBalanceInterface::ConnectionInterfaceBalanceInterface(const Tp::Client::ConnectionInterface& mainInterface)
00183 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00184 {
00185 }
00186
00187 ConnectionInterfaceBalanceInterface::ConnectionInterfaceBalanceInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00188 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00189 {
00190 }
00191
00192 void ConnectionInterfaceBalanceInterface::invalidate(Tp::DBusProxy *proxy,
00193 const QString &error, const QString &message)
00194 {
00195 disconnect(this, SIGNAL(BalanceChanged(const Tp::CurrencyAmount&)), NULL, NULL);
00196
00197 Tp::AbstractInterface::invalidate(proxy, error, message);
00198 }
00199
00200 ConnectionInterfaceCapabilitiesInterface::ConnectionInterfaceCapabilitiesInterface(const QString& busName, const QString& objectPath, QObject *parent)
00201 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00202 {
00203 }
00204
00205 ConnectionInterfaceCapabilitiesInterface::ConnectionInterfaceCapabilitiesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00206 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00207 {
00208 }
00209
00210 ConnectionInterfaceCapabilitiesInterface::ConnectionInterfaceCapabilitiesInterface(Tp::DBusProxy *proxy)
00211 : Tp::AbstractInterface(proxy, staticInterfaceName())
00212 {
00213 }
00214
00215 ConnectionInterfaceCapabilitiesInterface::ConnectionInterfaceCapabilitiesInterface(const Tp::Client::ConnectionInterface& mainInterface)
00216 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00217 {
00218 }
00219
00220 ConnectionInterfaceCapabilitiesInterface::ConnectionInterfaceCapabilitiesInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00221 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00222 {
00223 }
00224
00225 void ConnectionInterfaceCapabilitiesInterface::invalidate(Tp::DBusProxy *proxy,
00226 const QString &error, const QString &message)
00227 {
00228 disconnect(this, SIGNAL(CapabilitiesChanged(const Tp::CapabilityChangeList&)), NULL, NULL);
00229
00230 Tp::AbstractInterface::invalidate(proxy, error, message);
00231 }
00232
00233 ConnectionInterfaceCellularInterface::ConnectionInterfaceCellularInterface(const QString& busName, const QString& objectPath, QObject *parent)
00234 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00235 {
00236 }
00237
00238 ConnectionInterfaceCellularInterface::ConnectionInterfaceCellularInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00239 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00240 {
00241 }
00242
00243 ConnectionInterfaceCellularInterface::ConnectionInterfaceCellularInterface(Tp::DBusProxy *proxy)
00244 : Tp::AbstractInterface(proxy, staticInterfaceName())
00245 {
00246 }
00247
00248 ConnectionInterfaceCellularInterface::ConnectionInterfaceCellularInterface(const Tp::Client::ConnectionInterface& mainInterface)
00249 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00250 {
00251 }
00252
00253 ConnectionInterfaceCellularInterface::ConnectionInterfaceCellularInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00254 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00255 {
00256 }
00257
00258 void ConnectionInterfaceCellularInterface::invalidate(Tp::DBusProxy *proxy,
00259 const QString &error, const QString &message)
00260 {
00261 disconnect(this, SIGNAL(IMSIChanged(const QString&)), NULL, NULL);
00262
00263 Tp::AbstractInterface::invalidate(proxy, error, message);
00264 }
00265
00266 ConnectionInterfaceClientTypesInterface::ConnectionInterfaceClientTypesInterface(const QString& busName, const QString& objectPath, QObject *parent)
00267 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00268 {
00269 }
00270
00271 ConnectionInterfaceClientTypesInterface::ConnectionInterfaceClientTypesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00272 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00273 {
00274 }
00275
00276 ConnectionInterfaceClientTypesInterface::ConnectionInterfaceClientTypesInterface(Tp::DBusProxy *proxy)
00277 : Tp::AbstractInterface(proxy, staticInterfaceName())
00278 {
00279 }
00280
00281 ConnectionInterfaceClientTypesInterface::ConnectionInterfaceClientTypesInterface(const Tp::Client::ConnectionInterface& mainInterface)
00282 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00283 {
00284 }
00285
00286 ConnectionInterfaceClientTypesInterface::ConnectionInterfaceClientTypesInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00287 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00288 {
00289 }
00290
00291 void ConnectionInterfaceClientTypesInterface::invalidate(Tp::DBusProxy *proxy,
00292 const QString &error, const QString &message)
00293 {
00294 disconnect(this, SIGNAL(ClientTypesUpdated(uint, const QStringList&)), NULL, NULL);
00295
00296 Tp::AbstractInterface::invalidate(proxy, error, message);
00297 }
00298
00299 ConnectionInterfaceContactBlockingInterface::ConnectionInterfaceContactBlockingInterface(const QString& busName, const QString& objectPath, QObject *parent)
00300 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00301 {
00302 }
00303
00304 ConnectionInterfaceContactBlockingInterface::ConnectionInterfaceContactBlockingInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00305 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00306 {
00307 }
00308
00309 ConnectionInterfaceContactBlockingInterface::ConnectionInterfaceContactBlockingInterface(Tp::DBusProxy *proxy)
00310 : Tp::AbstractInterface(proxy, staticInterfaceName())
00311 {
00312 }
00313
00314 ConnectionInterfaceContactBlockingInterface::ConnectionInterfaceContactBlockingInterface(const Tp::Client::ConnectionInterface& mainInterface)
00315 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00316 {
00317 }
00318
00319 ConnectionInterfaceContactBlockingInterface::ConnectionInterfaceContactBlockingInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00320 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00321 {
00322 }
00323
00324 void ConnectionInterfaceContactBlockingInterface::invalidate(Tp::DBusProxy *proxy,
00325 const QString &error, const QString &message)
00326 {
00327 disconnect(this, SIGNAL(BlockedContactsChanged(const Tp::HandleIdentifierMap&, const Tp::HandleIdentifierMap&)), NULL, NULL);
00328
00329 Tp::AbstractInterface::invalidate(proxy, error, message);
00330 }
00331
00332 ConnectionInterfaceContactCapabilitiesInterface::ConnectionInterfaceContactCapabilitiesInterface(const QString& busName, const QString& objectPath, QObject *parent)
00333 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00334 {
00335 }
00336
00337 ConnectionInterfaceContactCapabilitiesInterface::ConnectionInterfaceContactCapabilitiesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00338 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00339 {
00340 }
00341
00342 ConnectionInterfaceContactCapabilitiesInterface::ConnectionInterfaceContactCapabilitiesInterface(Tp::DBusProxy *proxy)
00343 : Tp::AbstractInterface(proxy, staticInterfaceName())
00344 {
00345 }
00346
00347 ConnectionInterfaceContactCapabilitiesInterface::ConnectionInterfaceContactCapabilitiesInterface(const Tp::Client::ConnectionInterface& mainInterface)
00348 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00349 {
00350 }
00351
00352 ConnectionInterfaceContactCapabilitiesInterface::ConnectionInterfaceContactCapabilitiesInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00353 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00354 {
00355 }
00356
00357 void ConnectionInterfaceContactCapabilitiesInterface::invalidate(Tp::DBusProxy *proxy,
00358 const QString &error, const QString &message)
00359 {
00360 disconnect(this, SIGNAL(ContactCapabilitiesChanged(const Tp::ContactCapabilitiesMap&)), NULL, NULL);
00361
00362 Tp::AbstractInterface::invalidate(proxy, error, message);
00363 }
00364
00365 ConnectionInterfaceContactGroupsInterface::ConnectionInterfaceContactGroupsInterface(const QString& busName, const QString& objectPath, QObject *parent)
00366 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00367 {
00368 }
00369
00370 ConnectionInterfaceContactGroupsInterface::ConnectionInterfaceContactGroupsInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00371 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00372 {
00373 }
00374
00375 ConnectionInterfaceContactGroupsInterface::ConnectionInterfaceContactGroupsInterface(Tp::DBusProxy *proxy)
00376 : Tp::AbstractInterface(proxy, staticInterfaceName())
00377 {
00378 }
00379
00380 ConnectionInterfaceContactGroupsInterface::ConnectionInterfaceContactGroupsInterface(const Tp::Client::ConnectionInterface& mainInterface)
00381 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00382 {
00383 }
00384
00385 ConnectionInterfaceContactGroupsInterface::ConnectionInterfaceContactGroupsInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00386 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00387 {
00388 }
00389
00390 void ConnectionInterfaceContactGroupsInterface::invalidate(Tp::DBusProxy *proxy,
00391 const QString &error, const QString &message)
00392 {
00393 disconnect(this, SIGNAL(GroupsChanged(const Tp::UIntList&, const QStringList&, const QStringList&)), NULL, NULL);
00394 disconnect(this, SIGNAL(GroupsCreated(const QStringList&)), NULL, NULL);
00395 disconnect(this, SIGNAL(GroupRenamed(const QString&, const QString&)), NULL, NULL);
00396 disconnect(this, SIGNAL(GroupsRemoved(const QStringList&)), NULL, NULL);
00397
00398 Tp::AbstractInterface::invalidate(proxy, error, message);
00399 }
00400
00401 ConnectionInterfaceContactInfoInterface::ConnectionInterfaceContactInfoInterface(const QString& busName, const QString& objectPath, QObject *parent)
00402 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00403 {
00404 }
00405
00406 ConnectionInterfaceContactInfoInterface::ConnectionInterfaceContactInfoInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00407 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00408 {
00409 }
00410
00411 ConnectionInterfaceContactInfoInterface::ConnectionInterfaceContactInfoInterface(Tp::DBusProxy *proxy)
00412 : Tp::AbstractInterface(proxy, staticInterfaceName())
00413 {
00414 }
00415
00416 ConnectionInterfaceContactInfoInterface::ConnectionInterfaceContactInfoInterface(const Tp::Client::ConnectionInterface& mainInterface)
00417 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00418 {
00419 }
00420
00421 ConnectionInterfaceContactInfoInterface::ConnectionInterfaceContactInfoInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00422 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00423 {
00424 }
00425
00426 void ConnectionInterfaceContactInfoInterface::invalidate(Tp::DBusProxy *proxy,
00427 const QString &error, const QString &message)
00428 {
00429 disconnect(this, SIGNAL(ContactInfoChanged(uint, const Tp::ContactInfoFieldList&)), NULL, NULL);
00430
00431 Tp::AbstractInterface::invalidate(proxy, error, message);
00432 }
00433
00434 ConnectionInterfaceContactListInterface::ConnectionInterfaceContactListInterface(const QString& busName, const QString& objectPath, QObject *parent)
00435 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00436 {
00437 }
00438
00439 ConnectionInterfaceContactListInterface::ConnectionInterfaceContactListInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00440 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00441 {
00442 }
00443
00444 ConnectionInterfaceContactListInterface::ConnectionInterfaceContactListInterface(Tp::DBusProxy *proxy)
00445 : Tp::AbstractInterface(proxy, staticInterfaceName())
00446 {
00447 }
00448
00449 ConnectionInterfaceContactListInterface::ConnectionInterfaceContactListInterface(const Tp::Client::ConnectionInterface& mainInterface)
00450 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00451 {
00452 }
00453
00454 ConnectionInterfaceContactListInterface::ConnectionInterfaceContactListInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00455 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00456 {
00457 }
00458
00459 void ConnectionInterfaceContactListInterface::invalidate(Tp::DBusProxy *proxy,
00460 const QString &error, const QString &message)
00461 {
00462 disconnect(this, SIGNAL(ContactListStateChanged(uint)), NULL, NULL);
00463 disconnect(this, SIGNAL(ContactsChangedWithID(const Tp::ContactSubscriptionMap&, const Tp::HandleIdentifierMap&, const Tp::HandleIdentifierMap&)), NULL, NULL);
00464 disconnect(this, SIGNAL(ContactsChanged(const Tp::ContactSubscriptionMap&, const Tp::UIntList&)), NULL, NULL);
00465
00466 Tp::AbstractInterface::invalidate(proxy, error, message);
00467 }
00468
00469 ConnectionInterfaceContactsInterface::ConnectionInterfaceContactsInterface(const QString& busName, const QString& objectPath, QObject *parent)
00470 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00471 {
00472 }
00473
00474 ConnectionInterfaceContactsInterface::ConnectionInterfaceContactsInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00475 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00476 {
00477 }
00478
00479 ConnectionInterfaceContactsInterface::ConnectionInterfaceContactsInterface(Tp::DBusProxy *proxy)
00480 : Tp::AbstractInterface(proxy, staticInterfaceName())
00481 {
00482 }
00483
00484 ConnectionInterfaceContactsInterface::ConnectionInterfaceContactsInterface(const Tp::Client::ConnectionInterface& mainInterface)
00485 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00486 {
00487 }
00488
00489 ConnectionInterfaceContactsInterface::ConnectionInterfaceContactsInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00490 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00491 {
00492 }
00493
00494 void ConnectionInterfaceContactsInterface::invalidate(Tp::DBusProxy *proxy,
00495 const QString &error, const QString &message)
00496 {
00497
00498 Tp::AbstractInterface::invalidate(proxy, error, message);
00499 }
00500
00501 ConnectionInterfaceLocationInterface::ConnectionInterfaceLocationInterface(const QString& busName, const QString& objectPath, QObject *parent)
00502 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00503 {
00504 }
00505
00506 ConnectionInterfaceLocationInterface::ConnectionInterfaceLocationInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00507 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00508 {
00509 }
00510
00511 ConnectionInterfaceLocationInterface::ConnectionInterfaceLocationInterface(Tp::DBusProxy *proxy)
00512 : Tp::AbstractInterface(proxy, staticInterfaceName())
00513 {
00514 }
00515
00516 ConnectionInterfaceLocationInterface::ConnectionInterfaceLocationInterface(const Tp::Client::ConnectionInterface& mainInterface)
00517 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00518 {
00519 }
00520
00521 ConnectionInterfaceLocationInterface::ConnectionInterfaceLocationInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00522 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00523 {
00524 }
00525
00526 void ConnectionInterfaceLocationInterface::invalidate(Tp::DBusProxy *proxy,
00527 const QString &error, const QString &message)
00528 {
00529 disconnect(this, SIGNAL(LocationUpdated(uint, const QVariantMap&)), NULL, NULL);
00530
00531 Tp::AbstractInterface::invalidate(proxy, error, message);
00532 }
00533
00534 ConnectionInterfaceMailNotificationInterface::ConnectionInterfaceMailNotificationInterface(const QString& busName, const QString& objectPath, QObject *parent)
00535 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00536 {
00537 }
00538
00539 ConnectionInterfaceMailNotificationInterface::ConnectionInterfaceMailNotificationInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00540 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00541 {
00542 }
00543
00544 ConnectionInterfaceMailNotificationInterface::ConnectionInterfaceMailNotificationInterface(Tp::DBusProxy *proxy)
00545 : Tp::AbstractInterface(proxy, staticInterfaceName())
00546 {
00547 }
00548
00549 ConnectionInterfaceMailNotificationInterface::ConnectionInterfaceMailNotificationInterface(const Tp::Client::ConnectionInterface& mainInterface)
00550 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00551 {
00552 }
00553
00554 ConnectionInterfaceMailNotificationInterface::ConnectionInterfaceMailNotificationInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00555 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00556 {
00557 }
00558
00559 void ConnectionInterfaceMailNotificationInterface::invalidate(Tp::DBusProxy *proxy,
00560 const QString &error, const QString &message)
00561 {
00562 disconnect(this, SIGNAL(MailsReceived(const Tp::MailList&)), NULL, NULL);
00563 disconnect(this, SIGNAL(UnreadMailsChanged(uint, const Tp::MailList&, const QStringList&)), NULL, NULL);
00564
00565 Tp::AbstractInterface::invalidate(proxy, error, message);
00566 }
00567
00568 ConnectionInterfacePowerSavingInterface::ConnectionInterfacePowerSavingInterface(const QString& busName, const QString& objectPath, QObject *parent)
00569 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00570 {
00571 }
00572
00573 ConnectionInterfacePowerSavingInterface::ConnectionInterfacePowerSavingInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00574 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00575 {
00576 }
00577
00578 ConnectionInterfacePowerSavingInterface::ConnectionInterfacePowerSavingInterface(Tp::DBusProxy *proxy)
00579 : Tp::AbstractInterface(proxy, staticInterfaceName())
00580 {
00581 }
00582
00583 ConnectionInterfacePowerSavingInterface::ConnectionInterfacePowerSavingInterface(const Tp::Client::ConnectionInterface& mainInterface)
00584 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00585 {
00586 }
00587
00588 ConnectionInterfacePowerSavingInterface::ConnectionInterfacePowerSavingInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00589 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00590 {
00591 }
00592
00593 void ConnectionInterfacePowerSavingInterface::invalidate(Tp::DBusProxy *proxy,
00594 const QString &error, const QString &message)
00595 {
00596 disconnect(this, SIGNAL(PowerSavingChanged(bool)), NULL, NULL);
00597
00598 Tp::AbstractInterface::invalidate(proxy, error, message);
00599 }
00600
00601 ConnectionInterfacePresenceInterface::ConnectionInterfacePresenceInterface(const QString& busName, const QString& objectPath, QObject *parent)
00602 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00603 {
00604 }
00605
00606 ConnectionInterfacePresenceInterface::ConnectionInterfacePresenceInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00607 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00608 {
00609 }
00610
00611 ConnectionInterfacePresenceInterface::ConnectionInterfacePresenceInterface(Tp::DBusProxy *proxy)
00612 : Tp::AbstractInterface(proxy, staticInterfaceName())
00613 {
00614 }
00615
00616 ConnectionInterfacePresenceInterface::ConnectionInterfacePresenceInterface(const Tp::Client::ConnectionInterface& mainInterface)
00617 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00618 {
00619 }
00620
00621 ConnectionInterfacePresenceInterface::ConnectionInterfacePresenceInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00622 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00623 {
00624 }
00625
00626 void ConnectionInterfacePresenceInterface::invalidate(Tp::DBusProxy *proxy,
00627 const QString &error, const QString &message)
00628 {
00629 disconnect(this, SIGNAL(PresenceUpdate(const Tp::ContactPresences&)), NULL, NULL);
00630
00631 Tp::AbstractInterface::invalidate(proxy, error, message);
00632 }
00633
00634 ConnectionInterfaceRequestsInterface::ConnectionInterfaceRequestsInterface(const QString& busName, const QString& objectPath, QObject *parent)
00635 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00636 {
00637 }
00638
00639 ConnectionInterfaceRequestsInterface::ConnectionInterfaceRequestsInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00640 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00641 {
00642 }
00643
00644 ConnectionInterfaceRequestsInterface::ConnectionInterfaceRequestsInterface(Tp::DBusProxy *proxy)
00645 : Tp::AbstractInterface(proxy, staticInterfaceName())
00646 {
00647 }
00648
00649 ConnectionInterfaceRequestsInterface::ConnectionInterfaceRequestsInterface(const Tp::Client::ConnectionInterface& mainInterface)
00650 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00651 {
00652 }
00653
00654 ConnectionInterfaceRequestsInterface::ConnectionInterfaceRequestsInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00655 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00656 {
00657 }
00658
00659 void ConnectionInterfaceRequestsInterface::invalidate(Tp::DBusProxy *proxy,
00660 const QString &error, const QString &message)
00661 {
00662 disconnect(this, SIGNAL(NewChannels(const Tp::ChannelDetailsList&)), NULL, NULL);
00663 disconnect(this, SIGNAL(ChannelClosed(const QDBusObjectPath&)), NULL, NULL);
00664
00665 Tp::AbstractInterface::invalidate(proxy, error, message);
00666 }
00667
00668 ConnectionInterfaceServicePointInterface::ConnectionInterfaceServicePointInterface(const QString& busName, const QString& objectPath, QObject *parent)
00669 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00670 {
00671 }
00672
00673 ConnectionInterfaceServicePointInterface::ConnectionInterfaceServicePointInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00674 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00675 {
00676 }
00677
00678 ConnectionInterfaceServicePointInterface::ConnectionInterfaceServicePointInterface(Tp::DBusProxy *proxy)
00679 : Tp::AbstractInterface(proxy, staticInterfaceName())
00680 {
00681 }
00682
00683 ConnectionInterfaceServicePointInterface::ConnectionInterfaceServicePointInterface(const Tp::Client::ConnectionInterface& mainInterface)
00684 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00685 {
00686 }
00687
00688 ConnectionInterfaceServicePointInterface::ConnectionInterfaceServicePointInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00689 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00690 {
00691 }
00692
00693 void ConnectionInterfaceServicePointInterface::invalidate(Tp::DBusProxy *proxy,
00694 const QString &error, const QString &message)
00695 {
00696 disconnect(this, SIGNAL(ServicePointsChanged(const Tp::ServicePointInfoList&)), NULL, NULL);
00697
00698 Tp::AbstractInterface::invalidate(proxy, error, message);
00699 }
00700
00701 ConnectionInterfaceSimplePresenceInterface::ConnectionInterfaceSimplePresenceInterface(const QString& busName, const QString& objectPath, QObject *parent)
00702 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00703 {
00704 }
00705
00706 ConnectionInterfaceSimplePresenceInterface::ConnectionInterfaceSimplePresenceInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00707 : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00708 {
00709 }
00710
00711 ConnectionInterfaceSimplePresenceInterface::ConnectionInterfaceSimplePresenceInterface(Tp::DBusProxy *proxy)
00712 : Tp::AbstractInterface(proxy, staticInterfaceName())
00713 {
00714 }
00715
00716 ConnectionInterfaceSimplePresenceInterface::ConnectionInterfaceSimplePresenceInterface(const Tp::Client::ConnectionInterface& mainInterface)
00717 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00718 {
00719 }
00720
00721 ConnectionInterfaceSimplePresenceInterface::ConnectionInterfaceSimplePresenceInterface(const Tp::Client::ConnectionInterface& mainInterface, QObject *parent)
00722 : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00723 {
00724 }
00725
00726 void ConnectionInterfaceSimplePresenceInterface::invalidate(Tp::DBusProxy *proxy,
00727 const QString &error, const QString &message)
00728 {
00729 disconnect(this, SIGNAL(PresencesChanged(const Tp::SimpleContactPresences&)), NULL, NULL);
00730
00731 Tp::AbstractInterface::invalidate(proxy, error, message);
00732 }
00733 }
00734 }