Home · All Classes · All Namespaces · Modules · Functions · Files
build/TelepathyQt/_gen/types.h
1 /* Generated from Telepathy D-Bus Interface Specification, TelepathyQt copy, version 0.17.7 */
2 
3 #ifndef IN_TP_QT_HEADER
4 #error IN_TP_QT_HEADER
5 #endif
6 
7 #include <QtGlobal>
8 
9 #include <QByteArray>
10 #include <QString>
11 #include <QStringList>
12 #include <QVariantList>
13 #include <QVariantMap>
14 
15 #include <QDBusArgument>
16 #include <QDBusMetaType>
17 #include <QDBusObjectPath>
18 #include <QDBusSignature>
19 #include <QDBusVariant>
20 
21 #include <TelepathyQt/Global>
22 
51 namespace Tp
52 {
61 struct TP_QT_EXPORT ByteArrayList : public QList<QByteArray>
62 {
63  ByteArrayList() : QList<QByteArray>() {}
64  ByteArrayList(const QList<QByteArray>& a) : QList<QByteArray>(a) {}
65 
66  ByteArrayList& operator=(const QList<QByteArray>& a)
67  {
68  *(static_cast<QList<QByteArray>*>(this)) = a;
69  return *this;
70  }
71 };
72 
73 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ByteArrayList &list);
74 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ByteArrayList &list);
75 
84 struct TP_QT_EXPORT ObjectPathList : public QList<QDBusObjectPath>
85 {
86  ObjectPathList() : QList<QDBusObjectPath>() {}
87  ObjectPathList(const QList<QDBusObjectPath>& a) : QList<QDBusObjectPath>(a) {}
88 
89  ObjectPathList& operator=(const QList<QDBusObjectPath>& a)
90  {
91  *(static_cast<QList<QDBusObjectPath>*>(this)) = a;
92  return *this;
93  }
94 };
95 
96 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ObjectPathList &list);
97 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ObjectPathList &list);
98 
107 struct TP_QT_EXPORT UIntList : public QList<uint>
108 {
109  UIntList() : QList<uint>() {}
110  UIntList(const QList<uint>& a) : QList<uint>(a) {}
111 
112  UIntList& operator=(const QList<uint>& a)
113  {
114  *(static_cast<QList<uint>*>(this)) = a;
115  return *this;
116  }
117 };
118 
119 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const UIntList &list);
120 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, UIntList &list);
121 
139 struct TP_QT_EXPORT AccessControl
140 {
144  uint type;
149  QDBusVariant detail;
150 };
151 
152 TP_QT_EXPORT bool operator==(const AccessControl& v1, const AccessControl& v2);
153 inline bool operator!=(const AccessControl& v1, const AccessControl& v2)
154 {
155  return !operator==(v1, v2);
156 }
157 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const AccessControl& val);
158 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, AccessControl& val);
159 
170 struct TP_QT_EXPORT AddressingNormalizationMap : public QMap<QString, uint>
171 {
172  AddressingNormalizationMap() : QMap<QString, uint>() {}
173  AddressingNormalizationMap(const QMap<QString, uint>& a) : QMap<QString, uint>(a) {}
174 
175  AddressingNormalizationMap& operator=(const QMap<QString, uint>& a)
176  {
177  *(static_cast<QMap<QString, uint>*>(this)) = a;
178  return *this;
179  }
180 };
181 
192 struct TP_QT_EXPORT AliasMap : public QMap<uint, QString>
193 {
194  AliasMap() : QMap<uint, QString>() {}
195  AliasMap(const QMap<uint, QString>& a) : QMap<uint, QString>(a) {}
196 
197  AliasMap& operator=(const QMap<uint, QString>& a)
198  {
199  *(static_cast<QMap<uint, QString>*>(this)) = a;
200  return *this;
201  }
202 };
203 
213 struct TP_QT_EXPORT AliasPair
214 {
215  uint handle;
216  QString alias;
217 };
218 
219 TP_QT_EXPORT bool operator==(const AliasPair& v1, const AliasPair& v2);
220 inline bool operator!=(const AliasPair& v1, const AliasPair& v2)
221 {
222  return !operator==(v1, v2);
223 }
224 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const AliasPair& val);
225 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, AliasPair& val);
226 
233 typedef QList<AliasPair> AliasPairList;
234 
249 struct TP_QT_EXPORT Avatar
250 {
251  QByteArray avatarData;
252  QString MIMEType;
253 };
254 
255 TP_QT_EXPORT bool operator==(const Avatar& v1, const Avatar& v2);
256 inline bool operator!=(const Avatar& v1, const Avatar& v2)
257 {
258  return !operator==(v1, v2);
259 }
260 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const Avatar& val);
261 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, Avatar& val);
262 
274 struct TP_QT_EXPORT AvatarTokenMap : public QMap<uint, QString>
275 {
276  AvatarTokenMap() : QMap<uint, QString>() {}
277  AvatarTokenMap(const QMap<uint, QString>& a) : QMap<uint, QString>(a) {}
278 
279  AvatarTokenMap& operator=(const QMap<uint, QString>& a)
280  {
281  *(static_cast<QMap<uint, QString>*>(this)) = a;
282  return *this;
283  }
284 };
285 
296 struct TP_QT_EXPORT CallMemberMap : public QMap<uint, uint>
297 {
298  CallMemberMap() : QMap<uint, uint>() {}
299  CallMemberMap(const QMap<uint, uint>& a) : QMap<uint, uint>(a) {}
300 
301  CallMemberMap& operator=(const QMap<uint, uint>& a)
302  {
303  *(static_cast<QMap<uint, uint>*>(this)) = a;
304  return *this;
305  }
306 };
307 
314 typedef QList<CallMemberMap> CallMemberMapList;
315 
329 struct TP_QT_EXPORT CallStateReason
330 {
335  uint actor;
341  uint reason;
362  QString DBusReason;
368  QString message;
369 };
370 
371 TP_QT_EXPORT bool operator==(const CallStateReason& v1, const CallStateReason& v2);
372 inline bool operator!=(const CallStateReason& v1, const CallStateReason& v2)
373 {
374  return !operator==(v1, v2);
375 }
376 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const CallStateReason& val);
377 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, CallStateReason& val);
378 
388 struct TP_QT_EXPORT Candidate
389 {
393  uint component;
397  QString IP;
401  uint port;
405  QVariantMap info;
406 };
407 
408 TP_QT_EXPORT bool operator==(const Candidate& v1, const Candidate& v2);
409 inline bool operator!=(const Candidate& v1, const Candidate& v2)
410 {
411  return !operator==(v1, v2);
412 }
413 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const Candidate& val);
414 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, Candidate& val);
415 
422 typedef QList<Candidate> CandidateList;
423 
483 struct TP_QT_EXPORT CandidateInfo : public QMap<QString, QDBusVariant>
484 {
485  CandidateInfo() : QMap<QString, QDBusVariant>() {}
486  CandidateInfo(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
487 
488  CandidateInfo& operator=(const QMap<QString, QDBusVariant>& a)
489  {
490  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
491  return *this;
492  }
493 };
494 
507 struct TP_QT_EXPORT CapabilityChange
508 {
509  uint handle;
510  QString channelType;
515 };
516 
517 TP_QT_EXPORT bool operator==(const CapabilityChange& v1, const CapabilityChange& v2);
518 inline bool operator!=(const CapabilityChange& v1, const CapabilityChange& v2)
519 {
520  return !operator==(v1, v2);
521 }
522 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const CapabilityChange& val);
523 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, CapabilityChange& val);
524 
531 typedef QList<CapabilityChange> CapabilityChangeList;
532 
543 struct TP_QT_EXPORT CapabilityPair
544 {
545  QString channelType;
547 };
548 
549 TP_QT_EXPORT bool operator==(const CapabilityPair& v1, const CapabilityPair& v2);
550 inline bool operator!=(const CapabilityPair& v1, const CapabilityPair& v2)
551 {
552  return !operator==(v1, v2);
553 }
554 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const CapabilityPair& val);
555 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, CapabilityPair& val);
556 
563 typedef QList<CapabilityPair> CapabilityPairList;
564 
577 struct TP_QT_EXPORT CaptchaAnswers : public QMap<uint, QString>
578 {
579  CaptchaAnswers() : QMap<uint, QString>() {}
580  CaptchaAnswers(const QMap<uint, QString>& a) : QMap<uint, QString>(a) {}
581 
582  CaptchaAnswers& operator=(const QMap<uint, QString>& a)
583  {
584  *(static_cast<QMap<uint, QString>*>(this)) = a;
585  return *this;
586  }
587 };
588 
601 struct TP_QT_EXPORT CaptchaInfo
602 {
610  uint ID;
620  QString type;
652  QString label;
658  uint flags;
665  QStringList availableMIMETypes;
666 };
667 
668 TP_QT_EXPORT bool operator==(const CaptchaInfo& v1, const CaptchaInfo& v2);
669 inline bool operator!=(const CaptchaInfo& v1, const CaptchaInfo& v2)
670 {
671  return !operator==(v1, v2);
672 }
673 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const CaptchaInfo& val);
674 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, CaptchaInfo& val);
675 
682 typedef QList<CaptchaInfo> CaptchaInfoList;
683 
694 struct TP_QT_EXPORT ChannelCallStateMap : public QMap<uint, uint>
695 {
696  ChannelCallStateMap() : QMap<uint, uint>() {}
697  ChannelCallStateMap(const QMap<uint, uint>& a) : QMap<uint, uint>(a) {}
698 
699  ChannelCallStateMap& operator=(const QMap<uint, uint>& a)
700  {
701  *(static_cast<QMap<uint, uint>*>(this)) = a;
702  return *this;
703  }
704 };
705 
731 struct TP_QT_EXPORT ChannelClass : public QMap<QString, QDBusVariant>
732 {
733  ChannelClass() : QMap<QString, QDBusVariant>() {}
734  ChannelClass(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
735 
736  ChannelClass& operator=(const QMap<QString, QDBusVariant>& a)
737  {
738  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
739  return *this;
740  }
741 };
742 
749 typedef QList<ChannelClass> ChannelClassList;
750 
761 struct TP_QT_EXPORT ChannelDetails
762 {
766  QDBusObjectPath channel;
812  QVariantMap properties;
813 };
814 
815 TP_QT_EXPORT bool operator==(const ChannelDetails& v1, const ChannelDetails& v2);
816 inline bool operator!=(const ChannelDetails& v1, const ChannelDetails& v2)
817 {
818  return !operator==(v1, v2);
819 }
820 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ChannelDetails& val);
821 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ChannelDetails& val);
822 
829 typedef QList<ChannelDetails> ChannelDetailsList;
830 
841 struct TP_QT_EXPORT ChannelInfo
842 {
847  QDBusObjectPath channel;
851  QString channelType;
861  uint handle;
862 };
863 
864 TP_QT_EXPORT bool operator==(const ChannelInfo& v1, const ChannelInfo& v2);
865 inline bool operator!=(const ChannelInfo& v1, const ChannelInfo& v2)
866 {
867  return !operator==(v1, v2);
868 }
869 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ChannelInfo& val);
870 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ChannelInfo& val);
871 
878 typedef QList<ChannelInfo> ChannelInfoList;
879 
894 struct TP_QT_EXPORT ChannelOriginatorMap : public QMap<uint, QDBusObjectPath>
895 {
896  ChannelOriginatorMap() : QMap<uint, QDBusObjectPath>() {}
897  ChannelOriginatorMap(const QMap<uint, QDBusObjectPath>& a) : QMap<uint, QDBusObjectPath>(a) {}
898 
899  ChannelOriginatorMap& operator=(const QMap<uint, QDBusObjectPath>& a)
900  {
901  *(static_cast<QMap<uint, QDBusObjectPath>*>(this)) = a;
902  return *this;
903  }
904 };
905 
916 struct TP_QT_EXPORT ChatStateMap : public QMap<uint, uint>
917 {
918  ChatStateMap() : QMap<uint, uint>() {}
919  ChatStateMap(const QMap<uint, uint>& a) : QMap<uint, uint>(a) {}
920 
921  ChatStateMap& operator=(const QMap<uint, uint>& a)
922  {
923  *(static_cast<QMap<uint, uint>*>(this)) = a;
924  return *this;
925  }
926 };
927 
936 struct TP_QT_EXPORT ComponentStateMap : public QMap<uint, uint>
937 {
938  ComponentStateMap() : QMap<uint, uint>() {}
939  ComponentStateMap(const QMap<uint, uint>& a) : QMap<uint, uint>(a) {}
940 
941  ComponentStateMap& operator=(const QMap<uint, uint>& a)
942  {
943  *(static_cast<QMap<uint, uint>*>(this)) = a;
944  return *this;
945  }
946 };
947 
959 struct TP_QT_EXPORT ContactAttributesMap : public QMap<uint, QVariantMap>
960 {
961  ContactAttributesMap() : QMap<uint, QVariantMap>() {}
962  ContactAttributesMap(const QMap<uint, QVariantMap>& a) : QMap<uint, QVariantMap>(a) {}
963 
964  ContactAttributesMap& operator=(const QMap<uint, QVariantMap>& a)
965  {
966  *(static_cast<QMap<uint, QVariantMap>*>(this)) = a;
967  return *this;
968  }
969 };
970 
982 struct TP_QT_EXPORT ContactCapability
983 {
984  uint handle;
985  QString channelType;
988 };
989 
990 TP_QT_EXPORT bool operator==(const ContactCapability& v1, const ContactCapability& v2);
991 inline bool operator!=(const ContactCapability& v1, const ContactCapability& v2)
992 {
993  return !operator==(v1, v2);
994 }
995 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ContactCapability& val);
996 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ContactCapability& val);
997 
1004 typedef QList<ContactCapability> ContactCapabilityList;
1005 
1016 struct TP_QT_EXPORT ContactClientTypes : public QMap<uint, QStringList>
1017 {
1018  ContactClientTypes() : QMap<uint, QStringList>() {}
1019  ContactClientTypes(const QMap<uint, QStringList>& a) : QMap<uint, QStringList>(a) {}
1020 
1021  ContactClientTypes& operator=(const QMap<uint, QStringList>& a)
1022  {
1023  *(static_cast<QMap<uint, QStringList>*>(this)) = a;
1024  return *this;
1025  }
1026 };
1027 
1115 struct TP_QT_EXPORT ContactInfoField
1116 {
1122  QString fieldName;
1149  QStringList parameters;
1180  QStringList fieldValue;
1181 };
1182 
1183 TP_QT_EXPORT bool operator==(const ContactInfoField& v1, const ContactInfoField& v2);
1184 inline bool operator!=(const ContactInfoField& v1, const ContactInfoField& v2)
1185 {
1186  return !operator==(v1, v2);
1187 }
1188 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ContactInfoField& val);
1189 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ContactInfoField& val);
1190 
1197 typedef QList<ContactInfoField> ContactInfoFieldList;
1198 
1209 struct TP_QT_EXPORT ContactLocations : public QMap<uint, QVariantMap>
1210 {
1211  ContactLocations() : QMap<uint, QVariantMap>() {}
1212  ContactLocations(const QMap<uint, QVariantMap>& a) : QMap<uint, QVariantMap>(a) {}
1213 
1214  ContactLocations& operator=(const QMap<uint, QVariantMap>& a)
1215  {
1216  *(static_cast<QMap<uint, QVariantMap>*>(this)) = a;
1217  return *this;
1218  }
1219 };
1220 
1229 struct TP_QT_EXPORT ContactMediaDescriptionPropertiesMap : public QMap<uint, QVariantMap>
1230 {
1231  ContactMediaDescriptionPropertiesMap() : QMap<uint, QVariantMap>() {}
1232  ContactMediaDescriptionPropertiesMap(const QMap<uint, QVariantMap>& a) : QMap<uint, QVariantMap>(a) {}
1233 
1234  ContactMediaDescriptionPropertiesMap& operator=(const QMap<uint, QVariantMap>& a)
1235  {
1236  *(static_cast<QMap<uint, QVariantMap>*>(this)) = a;
1237  return *this;
1238  }
1239 };
1240 
1249 struct TP_QT_EXPORT ContactSSRCsMap : public QMap<uint, UIntList>
1250 {
1251  ContactSSRCsMap() : QMap<uint, UIntList>() {}
1252  ContactSSRCsMap(const QMap<uint, UIntList>& a) : QMap<uint, UIntList>(a) {}
1253 
1254  ContactSSRCsMap& operator=(const QMap<uint, UIntList>& a)
1255  {
1256  *(static_cast<QMap<uint, UIntList>*>(this)) = a;
1257  return *this;
1258  }
1259 };
1260 
1271 struct TP_QT_EXPORT ContactSearchMap : public QMap<QString, QString>
1272 {
1273  ContactSearchMap() : QMap<QString, QString>() {}
1274  ContactSearchMap(const QMap<QString, QString>& a) : QMap<QString, QString>(a) {}
1275 
1276  ContactSearchMap& operator=(const QMap<QString, QString>& a)
1277  {
1278  *(static_cast<QMap<QString, QString>*>(this)) = a;
1279  return *this;
1280  }
1281 };
1282 
1293 struct TP_QT_EXPORT ContactSendingStateMap : public QMap<uint, uint>
1294 {
1295  ContactSendingStateMap() : QMap<uint, uint>() {}
1296  ContactSendingStateMap(const QMap<uint, uint>& a) : QMap<uint, uint>(a) {}
1297 
1298  ContactSendingStateMap& operator=(const QMap<uint, uint>& a)
1299  {
1300  *(static_cast<QMap<uint, uint>*>(this)) = a;
1301  return *this;
1302  }
1303 };
1304 
1314 struct TP_QT_EXPORT ContactSubscriptions
1315 {
1323  uint publish;
1329 };
1330 
1331 TP_QT_EXPORT bool operator==(const ContactSubscriptions& v1, const ContactSubscriptions& v2);
1332 inline bool operator!=(const ContactSubscriptions& v1, const ContactSubscriptions& v2)
1333 {
1334  return !operator==(v1, v2);
1335 }
1336 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ContactSubscriptions& val);
1337 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ContactSubscriptions& val);
1338 
1361 struct TP_QT_EXPORT CurrencyAmount
1362 {
1372  int amount;
1385  uint scale;
1392  QString currency;
1393 };
1394 
1395 TP_QT_EXPORT bool operator==(const CurrencyAmount& v1, const CurrencyAmount& v2);
1396 inline bool operator!=(const CurrencyAmount& v1, const CurrencyAmount& v2)
1397 {
1398  return !operator==(v1, v2);
1399 }
1400 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const CurrencyAmount& val);
1401 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, CurrencyAmount& val);
1402 
1413 struct TP_QT_EXPORT DBusTubeMember
1414 {
1418  uint handle;
1422  QString uniqueName;
1423 };
1424 
1425 TP_QT_EXPORT bool operator==(const DBusTubeMember& v1, const DBusTubeMember& v2);
1426 inline bool operator!=(const DBusTubeMember& v1, const DBusTubeMember& v2)
1427 {
1428  return !operator==(v1, v2);
1429 }
1430 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const DBusTubeMember& val);
1431 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, DBusTubeMember& val);
1432 
1439 typedef QList<DBusTubeMember> DBusTubeMemberList;
1440 
1452 struct TP_QT_EXPORT DBusTubeParticipants : public QMap<uint, QString>
1453 {
1454  DBusTubeParticipants() : QMap<uint, QString>() {}
1455  DBusTubeParticipants(const QMap<uint, QString>& a) : QMap<uint, QString>(a) {}
1456 
1457  DBusTubeParticipants& operator=(const QMap<uint, QString>& a)
1458  {
1459  *(static_cast<QMap<uint, QString>*>(this)) = a;
1460  return *this;
1461  }
1462 };
1463 
1473 struct TP_QT_EXPORT DebugMessage
1474 {
1479  double timestamp;
1496  QString domain;
1501  uint level;
1505  QString message;
1506 };
1507 
1508 TP_QT_EXPORT bool operator==(const DebugMessage& v1, const DebugMessage& v2);
1509 inline bool operator!=(const DebugMessage& v1, const DebugMessage& v2)
1510 {
1511  return !operator==(v1, v2);
1512 }
1513 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const DebugMessage& val);
1514 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, DebugMessage& val);
1515 
1522 typedef QList<DebugMessage> DebugMessageList;
1523 
1534 struct TP_QT_EXPORT FieldSpec
1535 {
1539  QString name;
1545  QStringList parameters;
1549  uint flags;
1554  uint max;
1555 };
1556 
1557 TP_QT_EXPORT bool operator==(const FieldSpec& v1, const FieldSpec& v2);
1558 inline bool operator!=(const FieldSpec& v1, const FieldSpec& v2)
1559 {
1560  return !operator==(v1, v2);
1561 }
1562 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const FieldSpec& val);
1563 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, FieldSpec& val);
1564 
1571 typedef QList<FieldSpec> FieldSpecs;
1572 
1617 struct TP_QT_EXPORT HTTPPostData
1618 {
1622  QString key;
1626  QString value;
1627 };
1628 
1629 TP_QT_EXPORT bool operator==(const HTTPPostData& v1, const HTTPPostData& v2);
1630 inline bool operator!=(const HTTPPostData& v1, const HTTPPostData& v2)
1631 {
1632  return !operator==(v1, v2);
1633 }
1634 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const HTTPPostData& val);
1635 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, HTTPPostData& val);
1636 
1643 typedef QList<HTTPPostData> HTTPPostDataList;
1644 
1655 struct TP_QT_EXPORT HandleIdentifierMap : public QMap<uint, QString>
1656 {
1657  HandleIdentifierMap() : QMap<uint, QString>() {}
1658  HandleIdentifierMap(const QMap<uint, QString>& a) : QMap<uint, QString>(a) {}
1659 
1660  HandleIdentifierMap& operator=(const QMap<uint, QString>& a)
1661  {
1662  *(static_cast<QMap<uint, QString>*>(this)) = a;
1663  return *this;
1664  }
1665 };
1666 
1677 struct TP_QT_EXPORT HandleOwnerMap : public QMap<uint, uint>
1678 {
1679  HandleOwnerMap() : QMap<uint, uint>() {}
1680  HandleOwnerMap(const QMap<uint, uint>& a) : QMap<uint, uint>(a) {}
1681 
1682  HandleOwnerMap& operator=(const QMap<uint, uint>& a)
1683  {
1684  *(static_cast<QMap<uint, uint>*>(this)) = a;
1685  return *this;
1686  }
1687 };
1688 
1699 struct TP_QT_EXPORT LocalPendingInfo
1700 {
1708  uint actor;
1712  uint reason;
1717  QString message;
1718 };
1719 
1720 TP_QT_EXPORT bool operator==(const LocalPendingInfo& v1, const LocalPendingInfo& v2);
1721 inline bool operator!=(const LocalPendingInfo& v1, const LocalPendingInfo& v2)
1722 {
1723  return !operator==(v1, v2);
1724 }
1725 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const LocalPendingInfo& val);
1726 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, LocalPendingInfo& val);
1727 
1734 typedef QList<LocalPendingInfo> LocalPendingInfoList;
1735 
1746 struct TP_QT_EXPORT Location : public QMap<QString, QDBusVariant>
1747 {
1748  Location() : QMap<QString, QDBusVariant>() {}
1749  Location(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
1750 
1751  Location& operator=(const QMap<QString, QDBusVariant>& a)
1752  {
1753  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
1754  return *this;
1755  }
1756 };
1757 
1771 struct TP_QT_EXPORT Mail : public QMap<QString, QDBusVariant>
1772 {
1773  Mail() : QMap<QString, QDBusVariant>() {}
1774  Mail(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
1775 
1776  Mail& operator=(const QMap<QString, QDBusVariant>& a)
1777  {
1778  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
1779  return *this;
1780  }
1781 };
1782 
1789 typedef QList<Mail> MailList;
1790 
1811 struct TP_QT_EXPORT MailAddress
1812 {
1816  QString name;
1820  QString address;
1821 };
1822 
1823 TP_QT_EXPORT bool operator==(const MailAddress& v1, const MailAddress& v2);
1824 inline bool operator!=(const MailAddress& v1, const MailAddress& v2)
1825 {
1826  return !operator==(v1, v2);
1827 }
1828 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MailAddress& val);
1829 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MailAddress& val);
1830 
1837 typedef QList<MailAddress> MailAddressList;
1838 
1848 struct TP_QT_EXPORT MediaDescriptionOffer
1849 {
1855  QDBusObjectPath mediaDescription;
1862  QVariantMap properties;
1863 };
1864 
1865 TP_QT_EXPORT bool operator==(const MediaDescriptionOffer& v1, const MediaDescriptionOffer& v2);
1866 inline bool operator!=(const MediaDescriptionOffer& v1, const MediaDescriptionOffer& v2)
1867 {
1868  return !operator==(v1, v2);
1869 }
1870 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MediaDescriptionOffer& val);
1871 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MediaDescriptionOffer& val);
1872 
1894 struct TP_QT_EXPORT MediaDescriptionProperties : public QMap<QString, QDBusVariant>
1895 {
1896  MediaDescriptionProperties() : QMap<QString, QDBusVariant>() {}
1897  MediaDescriptionProperties(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
1898 
1899  MediaDescriptionProperties& operator=(const QMap<QString, QDBusVariant>& a)
1900  {
1901  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
1902  return *this;
1903  }
1904 };
1905 
1915 struct TP_QT_EXPORT MediaSessionHandlerInfo
1916 {
1921  QDBusObjectPath sessionHandler;
1926 };
1927 
1928 TP_QT_EXPORT bool operator==(const MediaSessionHandlerInfo& v1, const MediaSessionHandlerInfo& v2);
1930 {
1931  return !operator==(v1, v2);
1932 }
1933 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MediaSessionHandlerInfo& val);
1934 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MediaSessionHandlerInfo& val);
1935 
1942 typedef QList<MediaSessionHandlerInfo> MediaSessionHandlerInfoList;
1943 
1951 struct TP_QT_EXPORT MediaStreamHandlerTransport
1952 {
1954  QString IPAddress;
1955  uint port;
1956  uint protocol;
1957  QString subtype;
1958  QString profile;
1961  QString username;
1962  QString password;
1963 };
1964 
1965 TP_QT_EXPORT bool operator==(const MediaStreamHandlerTransport& v1, const MediaStreamHandlerTransport& v2);
1967 {
1968  return !operator==(v1, v2);
1969 }
1970 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MediaStreamHandlerTransport& val);
1971 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MediaStreamHandlerTransport& val);
1972 
1979 typedef QList<MediaStreamHandlerTransport> MediaStreamHandlerTransportList;
1980 
1988 struct TP_QT_EXPORT MediaStreamInfo
1989 {
1991  uint contact;
1992  uint type;
1993  uint state;
1996 };
1997 
1998 TP_QT_EXPORT bool operator==(const MediaStreamInfo& v1, const MediaStreamInfo& v2);
1999 inline bool operator!=(const MediaStreamInfo& v1, const MediaStreamInfo& v2)
2000 {
2001  return !operator==(v1, v2);
2002 }
2003 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MediaStreamInfo& val);
2004 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MediaStreamInfo& val);
2005 
2012 typedef QList<MediaStreamInfo> MediaStreamInfoList;
2013 
2022 struct TP_QT_EXPORT MessagePart : public QMap<QString, QDBusVariant>
2023 {
2024  MessagePart() : QMap<QString, QDBusVariant>() {}
2025  MessagePart(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
2026 
2027  MessagePart& operator=(const QMap<QString, QDBusVariant>& a)
2028  {
2029  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
2030  return *this;
2031  }
2032 };
2033 
2040 typedef QList<MessagePart> MessagePartList;
2041 
2048 typedef QList<MessagePartList> MessagePartListList;
2049 
2061 struct TP_QT_EXPORT MessagePartContentMap : public QMap<uint, QDBusVariant>
2062 {
2063  MessagePartContentMap() : QMap<uint, QDBusVariant>() {}
2064  MessagePartContentMap(const QMap<uint, QDBusVariant>& a) : QMap<uint, QDBusVariant>(a) {}
2065 
2066  MessagePartContentMap& operator=(const QMap<uint, QDBusVariant>& a)
2067  {
2068  *(static_cast<QMap<uint, QDBusVariant>*>(this)) = a;
2069  return *this;
2070  }
2071 };
2072 
2092 struct TP_QT_EXPORT Metadata : public QMap<QString, QStringList>
2093 {
2094  Metadata() : QMap<QString, QStringList>() {}
2095  Metadata(const QMap<QString, QStringList>& a) : QMap<QString, QStringList>(a) {}
2096 
2097  Metadata& operator=(const QMap<QString, QStringList>& a)
2098  {
2099  *(static_cast<QMap<QString, QStringList>*>(this)) = a;
2100  return *this;
2101  }
2102 };
2103 
2116 struct TP_QT_EXPORT MultipleStatusMap : public QMap<QString, QVariantMap>
2117 {
2118  MultipleStatusMap() : QMap<QString, QVariantMap>() {}
2119  MultipleStatusMap(const QMap<QString, QVariantMap>& a) : QMap<QString, QVariantMap>(a) {}
2120 
2121  MultipleStatusMap& operator=(const QMap<QString, QVariantMap>& a)
2122  {
2123  *(static_cast<QMap<QString, QVariantMap>*>(this)) = a;
2124  return *this;
2125  }
2126 };
2127 
2135 struct TP_QT_EXPORT NotDelegatedError
2136 {
2140  QString errorName;
2144  QString errorMessage;
2145 };
2146 
2147 TP_QT_EXPORT bool operator==(const NotDelegatedError& v1, const NotDelegatedError& v2);
2148 inline bool operator!=(const NotDelegatedError& v1, const NotDelegatedError& v2)
2149 {
2150  return !operator==(v1, v2);
2151 }
2152 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const NotDelegatedError& val);
2153 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, NotDelegatedError& val);
2154 
2165 struct TP_QT_EXPORT ObjectImmutablePropertiesMap : public QMap<QDBusObjectPath, QVariantMap>
2166 {
2167  ObjectImmutablePropertiesMap() : QMap<QDBusObjectPath, QVariantMap>() {}
2168  ObjectImmutablePropertiesMap(const QMap<QDBusObjectPath, QVariantMap>& a) : QMap<QDBusObjectPath, QVariantMap>(a) {}
2169 
2170  ObjectImmutablePropertiesMap& operator=(const QMap<QDBusObjectPath, QVariantMap>& a)
2171  {
2172  *(static_cast<QMap<QDBusObjectPath, QVariantMap>*>(this)) = a;
2173  return *this;
2174  }
2175 };
2176 
2183 typedef QList<ObjectImmutablePropertiesMap> ObjectImmutablePropertiesMapList;
2184 
2195 struct TP_QT_EXPORT ParamSpec
2196 {
2200  QString name;
2204  uint flags;
2208  QString signature;
2214  QDBusVariant defaultValue;
2215 };
2216 
2217 TP_QT_EXPORT bool operator==(const ParamSpec& v1, const ParamSpec& v2);
2218 inline bool operator!=(const ParamSpec& v1, const ParamSpec& v2)
2219 {
2220  return !operator==(v1, v2);
2221 }
2222 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ParamSpec& val);
2223 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ParamSpec& val);
2224 
2231 typedef QList<ParamSpec> ParamSpecList;
2232 
2245 struct TP_QT_EXPORT PendingTextMessage
2246 {
2249  uint sender;
2251  uint flags;
2252  QString text;
2253 };
2254 
2255 TP_QT_EXPORT bool operator==(const PendingTextMessage& v1, const PendingTextMessage& v2);
2256 inline bool operator!=(const PendingTextMessage& v1, const PendingTextMessage& v2)
2257 {
2258  return !operator==(v1, v2);
2259 }
2260 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const PendingTextMessage& val);
2261 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, PendingTextMessage& val);
2262 
2269 typedef QList<PendingTextMessage> PendingTextMessageList;
2270 
2282 struct TP_QT_EXPORT PropertyFlagsChange
2283 {
2285  uint newFlags;
2286 };
2287 
2288 TP_QT_EXPORT bool operator==(const PropertyFlagsChange& v1, const PropertyFlagsChange& v2);
2289 inline bool operator!=(const PropertyFlagsChange& v1, const PropertyFlagsChange& v2)
2290 {
2291  return !operator==(v1, v2);
2292 }
2293 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const PropertyFlagsChange& val);
2294 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, PropertyFlagsChange& val);
2295 
2302 typedef QList<PropertyFlagsChange> PropertyFlagsChangeList;
2303 
2314 struct TP_QT_EXPORT PropertySpec
2315 {
2317  QString name;
2318  QString signature;
2319  uint flags;
2320 };
2321 
2322 TP_QT_EXPORT bool operator==(const PropertySpec& v1, const PropertySpec& v2);
2323 inline bool operator!=(const PropertySpec& v1, const PropertySpec& v2)
2324 {
2325  return !operator==(v1, v2);
2326 }
2327 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const PropertySpec& val);
2328 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, PropertySpec& val);
2329 
2336 typedef QList<PropertySpec> PropertySpecList;
2337 
2349 struct TP_QT_EXPORT PropertyValue
2350 {
2352  QDBusVariant value;
2353 };
2354 
2355 TP_QT_EXPORT bool operator==(const PropertyValue& v1, const PropertyValue& v2);
2356 inline bool operator!=(const PropertyValue& v1, const PropertyValue& v2)
2357 {
2358  return !operator==(v1, v2);
2359 }
2360 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const PropertyValue& val);
2361 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, PropertyValue& val);
2362 
2369 typedef QList<PropertyValue> PropertyValueList;
2370 
2385 struct TP_QT_EXPORT ProtocolPropertiesMap : public QMap<QString, QVariantMap>
2386 {
2387  ProtocolPropertiesMap() : QMap<QString, QVariantMap>() {}
2388  ProtocolPropertiesMap(const QMap<QString, QVariantMap>& a) : QMap<QString, QVariantMap>(a) {}
2389 
2390  ProtocolPropertiesMap& operator=(const QMap<QString, QVariantMap>& a)
2391  {
2392  *(static_cast<QMap<QString, QVariantMap>*>(this)) = a;
2393  return *this;
2394  }
2395 };
2396 
2408 struct TP_QT_EXPORT QualifiedPropertyValueMap : public QMap<QString, QDBusVariant>
2409 {
2410  QualifiedPropertyValueMap() : QMap<QString, QDBusVariant>() {}
2411  QualifiedPropertyValueMap(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
2412 
2413  QualifiedPropertyValueMap& operator=(const QMap<QString, QDBusVariant>& a)
2414  {
2415  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
2416  return *this;
2417  }
2418 };
2419 
2426 typedef QList<QualifiedPropertyValueMap> QualifiedPropertyValueMapList;
2427 
2437 struct TP_QT_EXPORT RTCPFeedbackMessage
2438 {
2443  QString type;
2449  QString subtype;
2453  QString parameters;
2454 };
2455 
2456 TP_QT_EXPORT bool operator==(const RTCPFeedbackMessage& v1, const RTCPFeedbackMessage& v2);
2457 inline bool operator!=(const RTCPFeedbackMessage& v1, const RTCPFeedbackMessage& v2)
2458 {
2459  return !operator==(v1, v2);
2460 }
2461 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const RTCPFeedbackMessage& val);
2462 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, RTCPFeedbackMessage& val);
2463 
2470 typedef QList<RTCPFeedbackMessage> RTCPFeedbackMessageList;
2471 
2481 struct TP_QT_EXPORT RTPHeaderExtension
2482 {
2486  uint ID;
2494  QString URI;
2498  QString parameters;
2499 };
2500 
2501 TP_QT_EXPORT bool operator==(const RTPHeaderExtension& v1, const RTPHeaderExtension& v2);
2502 inline bool operator!=(const RTPHeaderExtension& v1, const RTPHeaderExtension& v2)
2503 {
2504  return !operator==(v1, v2);
2505 }
2506 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const RTPHeaderExtension& val);
2507 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, RTPHeaderExtension& val);
2508 
2515 typedef QList<RTPHeaderExtension> RTPHeaderExtensionsList;
2516 
2554 struct TP_QT_EXPORT RequestableChannelClass
2555 {
2582  QVariantMap fixedProperties;
2613  QStringList allowedProperties;
2614 };
2615 
2616 TP_QT_EXPORT bool operator==(const RequestableChannelClass& v1, const RequestableChannelClass& v2);
2618 {
2619  return !operator==(v1, v2);
2620 }
2621 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const RequestableChannelClass& val);
2622 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, RequestableChannelClass& val);
2623 
2630 typedef QList<RequestableChannelClass> RequestableChannelClassList;
2631 
2650 struct TP_QT_EXPORT RichPresenceAccessControl
2651 {
2655  uint type;
2660  QDBusVariant detail;
2661 };
2662 
2663 TP_QT_EXPORT bool operator==(const RichPresenceAccessControl& v1, const RichPresenceAccessControl& v2);
2665 {
2666  return !operator==(v1, v2);
2667 }
2668 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const RichPresenceAccessControl& val);
2669 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, RichPresenceAccessControl& val);
2670 
2678 struct TP_QT_EXPORT RoomInfo
2679 {
2680  uint handle;
2681  QString channelType;
2682  QVariantMap info;
2683 };
2684 
2685 TP_QT_EXPORT bool operator==(const RoomInfo& v1, const RoomInfo& v2);
2686 inline bool operator!=(const RoomInfo& v1, const RoomInfo& v2)
2687 {
2688  return !operator==(v1, v2);
2689 }
2690 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const RoomInfo& val);
2691 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, RoomInfo& val);
2692 
2699 typedef QList<RoomInfo> RoomInfoList;
2700 
2710 struct TP_QT_EXPORT ServicePoint
2711 {
2722  QString service;
2723 };
2724 
2725 TP_QT_EXPORT bool operator==(const ServicePoint& v1, const ServicePoint& v2);
2726 inline bool operator!=(const ServicePoint& v1, const ServicePoint& v2)
2727 {
2728  return !operator==(v1, v2);
2729 }
2730 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ServicePoint& val);
2731 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ServicePoint& val);
2732 
2742 struct TP_QT_EXPORT SimplePresence
2743 {
2747  uint type;
2752  QString status;
2776  QString statusMessage;
2777 };
2778 
2779 TP_QT_EXPORT bool operator==(const SimplePresence& v1, const SimplePresence& v2);
2780 inline bool operator!=(const SimplePresence& v1, const SimplePresence& v2)
2781 {
2782  return !operator==(v1, v2);
2783 }
2784 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SimplePresence& val);
2785 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SimplePresence& val);
2786 
2796 struct TP_QT_EXPORT SimpleStatusSpec
2797 {
2805  uint type;
2817 };
2818 
2819 TP_QT_EXPORT bool operator==(const SimpleStatusSpec& v1, const SimpleStatusSpec& v2);
2820 inline bool operator!=(const SimpleStatusSpec& v1, const SimpleStatusSpec& v2)
2821 {
2822  return !operator==(v1, v2);
2823 }
2824 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SimpleStatusSpec& val);
2825 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SimpleStatusSpec& val);
2826 
2837 struct TP_QT_EXPORT SingleContactAttributesMap : public QMap<QString, QDBusVariant>
2838 {
2839  SingleContactAttributesMap() : QMap<QString, QDBusVariant>() {}
2840  SingleContactAttributesMap(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
2841 
2842  SingleContactAttributesMap& operator=(const QMap<QString, QDBusVariant>& a)
2843  {
2844  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
2845  return *this;
2846  }
2847 };
2848 
2858 struct TP_QT_EXPORT SocketAddressIP
2859 {
2864  QString address;
2868  ushort port;
2869 };
2870 
2871 TP_QT_EXPORT bool operator==(const SocketAddressIP& v1, const SocketAddressIP& v2);
2872 inline bool operator!=(const SocketAddressIP& v1, const SocketAddressIP& v2)
2873 {
2874  return !operator==(v1, v2);
2875 }
2876 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SocketAddressIP& val);
2877 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SocketAddressIP& val);
2878 
2885 typedef QList<SocketAddressIP> SocketAddressIPList;
2886 
2896 struct TP_QT_EXPORT SocketAddressIPv4
2897 {
2902  QString address;
2906  ushort port;
2907 };
2908 
2909 TP_QT_EXPORT bool operator==(const SocketAddressIPv4& v1, const SocketAddressIPv4& v2);
2910 inline bool operator!=(const SocketAddressIPv4& v1, const SocketAddressIPv4& v2)
2911 {
2912  return !operator==(v1, v2);
2913 }
2914 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SocketAddressIPv4& val);
2915 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SocketAddressIPv4& val);
2916 
2926 struct TP_QT_EXPORT SocketAddressIPv6
2927 {
2932  QString address;
2936  ushort port;
2937 };
2938 
2939 TP_QT_EXPORT bool operator==(const SocketAddressIPv6& v1, const SocketAddressIPv6& v2);
2940 inline bool operator!=(const SocketAddressIPv6& v1, const SocketAddressIPv6& v2)
2941 {
2942  return !operator==(v1, v2);
2943 }
2944 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SocketAddressIPv6& val);
2945 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SocketAddressIPv6& val);
2946 
2956 struct TP_QT_EXPORT SocketNetmaskIPv4
2957 {
2962  QString address;
2968 };
2969 
2970 TP_QT_EXPORT bool operator==(const SocketNetmaskIPv4& v1, const SocketNetmaskIPv4& v2);
2971 inline bool operator!=(const SocketNetmaskIPv4& v1, const SocketNetmaskIPv4& v2)
2972 {
2973  return !operator==(v1, v2);
2974 }
2975 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SocketNetmaskIPv4& val);
2976 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SocketNetmaskIPv4& val);
2977 
2987 struct TP_QT_EXPORT SocketNetmaskIPv6
2988 {
2993  QString address;
2999 };
3000 
3001 TP_QT_EXPORT bool operator==(const SocketNetmaskIPv6& v1, const SocketNetmaskIPv6& v2);
3002 inline bool operator!=(const SocketNetmaskIPv6& v1, const SocketNetmaskIPv6& v2)
3003 {
3004  return !operator==(v1, v2);
3005 }
3006 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SocketNetmaskIPv6& val);
3007 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SocketNetmaskIPv6& val);
3008 
3018 struct TP_QT_EXPORT StreamCredentials
3019 {
3023  QString username;
3027  QString password;
3028 };
3029 
3030 TP_QT_EXPORT bool operator==(const StreamCredentials& v1, const StreamCredentials& v2);
3031 inline bool operator!=(const StreamCredentials& v1, const StreamCredentials& v2)
3032 {
3033  return !operator==(v1, v2);
3034 }
3035 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const StreamCredentials& val);
3036 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, StreamCredentials& val);
3037 
3048 struct TP_QT_EXPORT StringStringMap : public QMap<QString, QString>
3049 {
3050  StringStringMap() : QMap<QString, QString>() {}
3051  StringStringMap(const QMap<QString, QString>& a) : QMap<QString, QString>(a) {}
3052 
3053  StringStringMap& operator=(const QMap<QString, QString>& a)
3054  {
3055  *(static_cast<QMap<QString, QString>*>(this)) = a;
3056  return *this;
3057  }
3058 };
3059 
3066 typedef QList<StringStringMap> StringStringMapList;
3067 
3078 struct TP_QT_EXPORT StringVariantMap : public QMap<QString, QDBusVariant>
3079 {
3080  StringVariantMap() : QMap<QString, QDBusVariant>() {}
3081  StringVariantMap(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
3082 
3083  StringVariantMap& operator=(const QMap<QString, QDBusVariant>& a)
3084  {
3085  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
3086  return *this;
3087  }
3088 };
3089 
3096 typedef QList<StringVariantMap> StringVariantMapList;
3097 
3109 struct TP_QT_EXPORT SupportedSocketMap : public QMap<uint, UIntList>
3110 {
3111  SupportedSocketMap() : QMap<uint, UIntList>() {}
3112  SupportedSocketMap(const QMap<uint, UIntList>& a) : QMap<uint, UIntList>(a) {}
3113 
3114  SupportedSocketMap& operator=(const QMap<uint, UIntList>& a)
3115  {
3116  *(static_cast<QMap<uint, UIntList>*>(this)) = a;
3117  return *this;
3118  }
3119 };
3120 
3136 struct TP_QT_EXPORT TLSCertificateRejection
3137 {
3150  uint reason;
3158  QString error;
3195  QVariantMap details;
3196 };
3197 
3198 TP_QT_EXPORT bool operator==(const TLSCertificateRejection& v1, const TLSCertificateRejection& v2);
3200 {
3201  return !operator==(v1, v2);
3202 }
3203 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const TLSCertificateRejection& val);
3204 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, TLSCertificateRejection& val);
3205 
3212 typedef QList<TLSCertificateRejection> TLSCertificateRejectionList;
3213 
3225 struct TP_QT_EXPORT TubeInfo
3226 {
3229  uint type;
3230  QString service;
3231  QVariantMap parameters;
3232  uint state;
3233 };
3234 
3235 TP_QT_EXPORT bool operator==(const TubeInfo& v1, const TubeInfo& v2);
3236 inline bool operator!=(const TubeInfo& v1, const TubeInfo& v2)
3237 {
3238  return !operator==(v1, v2);
3239 }
3240 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const TubeInfo& val);
3241 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, TubeInfo& val);
3242 
3249 typedef QList<TubeInfo> TubeInfoList;
3250 
3267 struct TP_QT_EXPORT VCardFieldAddressMap : public QMap<QString, QString>
3268 {
3269  VCardFieldAddressMap() : QMap<QString, QString>() {}
3270  VCardFieldAddressMap(const QMap<QString, QString>& a) : QMap<QString, QString>(a) {}
3271 
3272  VCardFieldAddressMap& operator=(const QMap<QString, QString>& a)
3273  {
3274  *(static_cast<QMap<QString, QString>*>(this)) = a;
3275  return *this;
3276  }
3277 };
3278 
3286 struct TP_QT_EXPORT VideoResolution
3287 {
3291  uint width;
3295  uint height;
3296 };
3297 
3298 TP_QT_EXPORT bool operator==(const VideoResolution& v1, const VideoResolution& v2);
3299 inline bool operator!=(const VideoResolution& v1, const VideoResolution& v2)
3300 {
3301  return !operator==(v1, v2);
3302 }
3303 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const VideoResolution& val);
3304 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, VideoResolution& val);
3305 
3312 typedef QList<VideoResolution> VideoResolutionStruct;
3313 
3323 struct TP_QT_EXPORT CandidatePair
3324 {
3333 };
3334 
3335 TP_QT_EXPORT bool operator==(const CandidatePair& v1, const CandidatePair& v2);
3336 inline bool operator!=(const CandidatePair& v1, const CandidatePair& v2)
3337 {
3338  return !operator==(v1, v2);
3339 }
3340 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const CandidatePair& val);
3341 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, CandidatePair& val);
3342 
3349 typedef QList<CandidatePair> CandidatePairList;
3350 
3360 struct TP_QT_EXPORT Codec
3361 {
3374  QString name;
3386  uint channels;
3402  bool updated;
3409 };
3410 
3411 TP_QT_EXPORT bool operator==(const Codec& v1, const Codec& v2);
3412 inline bool operator!=(const Codec& v1, const Codec& v2)
3413 {
3414  return !operator==(v1, v2);
3415 }
3416 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const Codec& val);
3417 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, Codec& val);
3418 
3425 typedef QList<Codec> CodecList;
3426 
3437 struct TP_QT_EXPORT ContactCapabilitiesMap : public QMap<uint, RequestableChannelClassList>
3438 {
3439  ContactCapabilitiesMap() : QMap<uint, RequestableChannelClassList>() {}
3440  ContactCapabilitiesMap(const QMap<uint, RequestableChannelClassList>& a) : QMap<uint, RequestableChannelClassList>(a) {}
3441 
3442  ContactCapabilitiesMap& operator=(const QMap<uint, RequestableChannelClassList>& a)
3443  {
3444  *(static_cast<QMap<uint, RequestableChannelClassList>*>(this)) = a;
3445  return *this;
3446  }
3447 };
3448 
3455 typedef QList<ContactCapabilitiesMap> ContactCapabilitiesMapList;
3456 
3468 struct TP_QT_EXPORT ContactInfoMap : public QMap<uint, ContactInfoFieldList>
3469 {
3470  ContactInfoMap() : QMap<uint, ContactInfoFieldList>() {}
3471  ContactInfoMap(const QMap<uint, ContactInfoFieldList>& a) : QMap<uint, ContactInfoFieldList>(a) {}
3472 
3473  ContactInfoMap& operator=(const QMap<uint, ContactInfoFieldList>& a)
3474  {
3475  *(static_cast<QMap<uint, ContactInfoFieldList>*>(this)) = a;
3476  return *this;
3477  }
3478 };
3479 
3491 struct TP_QT_EXPORT ContactSearchResultMap : public QMap<QString, ContactInfoFieldList>
3492 {
3493  ContactSearchResultMap() : QMap<QString, ContactInfoFieldList>() {}
3494  ContactSearchResultMap(const QMap<QString, ContactInfoFieldList>& a) : QMap<QString, ContactInfoFieldList>(a) {}
3495 
3496  ContactSearchResultMap& operator=(const QMap<QString, ContactInfoFieldList>& a)
3497  {
3498  *(static_cast<QMap<QString, ContactInfoFieldList>*>(this)) = a;
3499  return *this;
3500  }
3501 };
3502 
3514 struct TP_QT_EXPORT ContactSubscriptionMap : public QMap<uint, ContactSubscriptions>
3515 {
3517  ContactSubscriptionMap(const QMap<uint, ContactSubscriptions>& a) : QMap<uint, ContactSubscriptions>(a) {}
3518 
3519  ContactSubscriptionMap& operator=(const QMap<uint, ContactSubscriptions>& a)
3520  {
3521  *(static_cast<QMap<uint, ContactSubscriptions>*>(this)) = a;
3522  return *this;
3523  }
3524 };
3525 
3535 struct TP_QT_EXPORT HandlerCapabilities
3536 {
3542  QString wellKnownName;
3550  StringVariantMapList channelClasses;
3559  QStringList capabilities;
3560 };
3561 
3562 TP_QT_EXPORT bool operator==(const HandlerCapabilities& v1, const HandlerCapabilities& v2);
3563 inline bool operator!=(const HandlerCapabilities& v1, const HandlerCapabilities& v2)
3564 {
3565  return !operator==(v1, v2);
3566 }
3567 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const HandlerCapabilities& val);
3568 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, HandlerCapabilities& val);
3569 
3576 typedef QList<HandlerCapabilities> HandlerCapabilitiesList;
3577 
3588 struct TP_QT_EXPORT LastActivityAndStatuses
3589 {
3592 };
3593 
3594 TP_QT_EXPORT bool operator==(const LastActivityAndStatuses& v1, const LastActivityAndStatuses& v2);
3596 {
3597  return !operator==(v1, v2);
3598 }
3599 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const LastActivityAndStatuses& val);
3600 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, LastActivityAndStatuses& val);
3601 
3619 struct TP_QT_EXPORT MailURL
3620 {
3624  QString URL;
3628  uint method;
3633  HTTPPostDataList postData;
3634 };
3635 
3636 TP_QT_EXPORT bool operator==(const MailURL& v1, const MailURL& v2);
3637 inline bool operator!=(const MailURL& v1, const MailURL& v2)
3638 {
3639  return !operator==(v1, v2);
3640 }
3641 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MailURL& val);
3642 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MailURL& val);
3643 
3651 struct TP_QT_EXPORT MediaStreamHandlerCandidate
3652 {
3653  QString name;
3654  MediaStreamHandlerTransportList transports;
3655 };
3656 
3657 TP_QT_EXPORT bool operator==(const MediaStreamHandlerCandidate& v1, const MediaStreamHandlerCandidate& v2);
3659 {
3660  return !operator==(v1, v2);
3661 }
3662 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MediaStreamHandlerCandidate& val);
3663 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MediaStreamHandlerCandidate& val);
3664 
3671 typedef QList<MediaStreamHandlerCandidate> MediaStreamHandlerCandidateList;
3672 
3682 struct TP_QT_EXPORT MediaStreamHandlerCodec
3683 {
3687  uint codecID;
3691  QString name;
3708 };
3709 
3710 TP_QT_EXPORT bool operator==(const MediaStreamHandlerCodec& v1, const MediaStreamHandlerCodec& v2);
3712 {
3713  return !operator==(v1, v2);
3714 }
3715 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MediaStreamHandlerCodec& val);
3716 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MediaStreamHandlerCodec& val);
3717 
3724 typedef QList<MediaStreamHandlerCodec> MediaStreamHandlerCodecList;
3725 
3736 struct TP_QT_EXPORT NotDelegatedMap : public QMap<QDBusObjectPath, NotDelegatedError>
3737 {
3738  NotDelegatedMap() : QMap<QDBusObjectPath, NotDelegatedError>() {}
3739  NotDelegatedMap(const QMap<QDBusObjectPath, NotDelegatedError>& a) : QMap<QDBusObjectPath, NotDelegatedError>(a) {}
3740 
3741  NotDelegatedMap& operator=(const QMap<QDBusObjectPath, NotDelegatedError>& a)
3742  {
3743  *(static_cast<QMap<QDBusObjectPath, NotDelegatedError>*>(this)) = a;
3744  return *this;
3745  }
3746 };
3747 
3756 {
3769  RTCPFeedbackMessageList messages;
3770 };
3771 
3772 TP_QT_EXPORT bool operator==(const RTCPFeedbackMessageProperties& v1, const RTCPFeedbackMessageProperties& v2);
3774 {
3775  return !operator==(v1, v2);
3776 }
3777 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const RTCPFeedbackMessageProperties& val);
3778 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, RTCPFeedbackMessageProperties& val);
3779 
3794 struct TP_QT_EXPORT ServicePointInfo
3795 {
3806  QStringList serviceIDs;
3807 };
3808 
3809 TP_QT_EXPORT bool operator==(const ServicePointInfo& v1, const ServicePointInfo& v2);
3810 inline bool operator!=(const ServicePointInfo& v1, const ServicePointInfo& v2)
3811 {
3812  return !operator==(v1, v2);
3813 }
3814 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ServicePointInfo& val);
3815 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ServicePointInfo& val);
3816 
3823 typedef QList<ServicePointInfo> ServicePointInfoList;
3824 
3836 struct TP_QT_EXPORT SimpleContactPresences : public QMap<uint, SimplePresence>
3837 {
3839  SimpleContactPresences(const QMap<uint, SimplePresence>& a) : QMap<uint, SimplePresence>(a) {}
3840 
3841  SimpleContactPresences& operator=(const QMap<uint, SimplePresence>& a)
3842  {
3843  *(static_cast<QMap<uint, SimplePresence>*>(this)) = a;
3844  return *this;
3845  }
3846 };
3847 
3858 struct TP_QT_EXPORT SimpleStatusSpecMap : public QMap<QString, SimpleStatusSpec>
3859 {
3860  SimpleStatusSpecMap() : QMap<QString, SimpleStatusSpec>() {}
3861  SimpleStatusSpecMap(const QMap<QString, SimpleStatusSpec>& a) : QMap<QString, SimpleStatusSpec>(a) {}
3862 
3863  SimpleStatusSpecMap& operator=(const QMap<QString, SimpleStatusSpec>& a)
3864  {
3865  *(static_cast<QMap<QString, SimpleStatusSpec>*>(this)) = a;
3866  return *this;
3867  }
3868 };
3869 
3877 struct TP_QT_EXPORT StatusSpec
3878 {
3879  uint type;
3883 };
3884 
3885 TP_QT_EXPORT bool operator==(const StatusSpec& v1, const StatusSpec& v2);
3886 inline bool operator!=(const StatusSpec& v1, const StatusSpec& v2)
3887 {
3888  return !operator==(v1, v2);
3889 }
3890 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const StatusSpec& val);
3891 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, StatusSpec& val);
3892 
3903 struct TP_QT_EXPORT ContactCodecMap : public QMap<uint, CodecList>
3904 {
3905  ContactCodecMap() : QMap<uint, CodecList>() {}
3906  ContactCodecMap(const QMap<uint, CodecList>& a) : QMap<uint, CodecList>(a) {}
3907 
3908  ContactCodecMap& operator=(const QMap<uint, CodecList>& a)
3909  {
3910  *(static_cast<QMap<uint, CodecList>*>(this)) = a;
3911  return *this;
3912  }
3913 };
3914 
3926 struct TP_QT_EXPORT ContactPresences : public QMap<uint, LastActivityAndStatuses>
3927 {
3929  ContactPresences(const QMap<uint, LastActivityAndStatuses>& a) : QMap<uint, LastActivityAndStatuses>(a) {}
3930 
3931  ContactPresences& operator=(const QMap<uint, LastActivityAndStatuses>& a)
3932  {
3933  *(static_cast<QMap<uint, LastActivityAndStatuses>*>(this)) = a;
3934  return *this;
3935  }
3936 };
3937 
3948 struct TP_QT_EXPORT RTCPFeedbackMessageMap : public QMap<uint, RTCPFeedbackMessageProperties>
3949 {
3951  RTCPFeedbackMessageMap(const QMap<uint, RTCPFeedbackMessageProperties>& a) : QMap<uint, RTCPFeedbackMessageProperties>(a) {}
3952 
3953  RTCPFeedbackMessageMap& operator=(const QMap<uint, RTCPFeedbackMessageProperties>& a)
3954  {
3955  *(static_cast<QMap<uint, RTCPFeedbackMessageProperties>*>(this)) = a;
3956  return *this;
3957  }
3958 };
3959 
3968 struct TP_QT_EXPORT StatusSpecMap : public QMap<QString, StatusSpec>
3969 {
3970  StatusSpecMap() : QMap<QString, StatusSpec>() {}
3971  StatusSpecMap(const QMap<QString, StatusSpec>& a) : QMap<QString, StatusSpec>(a) {}
3972 
3973  StatusSpecMap& operator=(const QMap<QString, StatusSpec>& a)
3974  {
3975  *(static_cast<QMap<QString, StatusSpec>*>(this)) = a;
3976  return *this;
3977  }
3978 };
3979 
3980 
3981 } // namespace Tp
3982 
3983 Q_DECLARE_METATYPE(Tp::AccessControl)
3984 Q_DECLARE_METATYPE(Tp::AddressingNormalizationMap)
3985 Q_DECLARE_METATYPE(Tp::AliasMap)
3986 Q_DECLARE_METATYPE(Tp::AliasPair)
3987 Q_DECLARE_METATYPE(Tp::AliasPairList)
3988 Q_DECLARE_METATYPE(Tp::Avatar)
3989 Q_DECLARE_METATYPE(Tp::AvatarTokenMap)
3990 Q_DECLARE_METATYPE(Tp::ByteArrayList)
3991 Q_DECLARE_METATYPE(Tp::CallMemberMap)
3992 Q_DECLARE_METATYPE(Tp::CallMemberMapList)
3993 Q_DECLARE_METATYPE(Tp::CallStateReason)
3994 Q_DECLARE_METATYPE(Tp::Candidate)
3995 Q_DECLARE_METATYPE(Tp::CandidateInfo)
3996 Q_DECLARE_METATYPE(Tp::CandidateList)
3997 Q_DECLARE_METATYPE(Tp::CandidatePair)
3998 Q_DECLARE_METATYPE(Tp::CandidatePairList)
3999 Q_DECLARE_METATYPE(Tp::CapabilityChange)
4000 Q_DECLARE_METATYPE(Tp::CapabilityChangeList)
4001 Q_DECLARE_METATYPE(Tp::CapabilityPair)
4002 Q_DECLARE_METATYPE(Tp::CapabilityPairList)
4003 Q_DECLARE_METATYPE(Tp::CaptchaAnswers)
4004 Q_DECLARE_METATYPE(Tp::CaptchaInfo)
4005 Q_DECLARE_METATYPE(Tp::CaptchaInfoList)
4006 Q_DECLARE_METATYPE(Tp::ChannelCallStateMap)
4007 Q_DECLARE_METATYPE(Tp::ChannelClass)
4008 Q_DECLARE_METATYPE(Tp::ChannelClassList)
4009 Q_DECLARE_METATYPE(Tp::ChannelDetails)
4010 Q_DECLARE_METATYPE(Tp::ChannelDetailsList)
4011 Q_DECLARE_METATYPE(Tp::ChannelInfo)
4012 Q_DECLARE_METATYPE(Tp::ChannelInfoList)
4013 Q_DECLARE_METATYPE(Tp::ChannelOriginatorMap)
4014 Q_DECLARE_METATYPE(Tp::ChatStateMap)
4015 Q_DECLARE_METATYPE(Tp::Codec)
4016 Q_DECLARE_METATYPE(Tp::CodecList)
4017 Q_DECLARE_METATYPE(Tp::ComponentStateMap)
4018 Q_DECLARE_METATYPE(Tp::ContactAttributesMap)
4019 Q_DECLARE_METATYPE(Tp::ContactCapabilitiesMap)
4020 Q_DECLARE_METATYPE(Tp::ContactCapabilitiesMapList)
4021 Q_DECLARE_METATYPE(Tp::ContactCapability)
4022 Q_DECLARE_METATYPE(Tp::ContactCapabilityList)
4023 Q_DECLARE_METATYPE(Tp::ContactClientTypes)
4024 Q_DECLARE_METATYPE(Tp::ContactCodecMap)
4025 Q_DECLARE_METATYPE(Tp::ContactInfoField)
4026 Q_DECLARE_METATYPE(Tp::ContactInfoFieldList)
4027 Q_DECLARE_METATYPE(Tp::ContactInfoMap)
4028 Q_DECLARE_METATYPE(Tp::ContactLocations)
4029 Q_DECLARE_METATYPE(Tp::ContactMediaDescriptionPropertiesMap)
4030 Q_DECLARE_METATYPE(Tp::ContactPresences)
4031 Q_DECLARE_METATYPE(Tp::ContactSSRCsMap)
4032 Q_DECLARE_METATYPE(Tp::ContactSearchMap)
4033 Q_DECLARE_METATYPE(Tp::ContactSearchResultMap)
4034 Q_DECLARE_METATYPE(Tp::ContactSendingStateMap)
4035 Q_DECLARE_METATYPE(Tp::ContactSubscriptionMap)
4036 Q_DECLARE_METATYPE(Tp::ContactSubscriptions)
4037 Q_DECLARE_METATYPE(Tp::CurrencyAmount)
4038 Q_DECLARE_METATYPE(Tp::DBusTubeMember)
4039 Q_DECLARE_METATYPE(Tp::DBusTubeMemberList)
4040 Q_DECLARE_METATYPE(Tp::DBusTubeParticipants)
4041 Q_DECLARE_METATYPE(Tp::DebugMessage)
4042 Q_DECLARE_METATYPE(Tp::DebugMessageList)
4043 Q_DECLARE_METATYPE(Tp::FieldSpec)
4044 Q_DECLARE_METATYPE(Tp::FieldSpecs)
4045 Q_DECLARE_METATYPE(Tp::HTTPPostData)
4046 Q_DECLARE_METATYPE(Tp::HTTPPostDataList)
4047 Q_DECLARE_METATYPE(Tp::HandleIdentifierMap)
4048 Q_DECLARE_METATYPE(Tp::HandleOwnerMap)
4049 Q_DECLARE_METATYPE(Tp::HandlerCapabilities)
4050 Q_DECLARE_METATYPE(Tp::HandlerCapabilitiesList)
4051 Q_DECLARE_METATYPE(Tp::LastActivityAndStatuses)
4052 Q_DECLARE_METATYPE(Tp::LocalPendingInfo)
4053 Q_DECLARE_METATYPE(Tp::LocalPendingInfoList)
4054 Q_DECLARE_METATYPE(Tp::Location)
4055 Q_DECLARE_METATYPE(Tp::Mail)
4056 Q_DECLARE_METATYPE(Tp::MailAddress)
4057 Q_DECLARE_METATYPE(Tp::MailAddressList)
4058 Q_DECLARE_METATYPE(Tp::MailList)
4059 Q_DECLARE_METATYPE(Tp::MailURL)
4060 Q_DECLARE_METATYPE(Tp::MediaDescriptionOffer)
4061 Q_DECLARE_METATYPE(Tp::MediaDescriptionProperties)
4062 Q_DECLARE_METATYPE(Tp::MediaSessionHandlerInfo)
4063 Q_DECLARE_METATYPE(Tp::MediaSessionHandlerInfoList)
4064 Q_DECLARE_METATYPE(Tp::MediaStreamHandlerCandidate)
4065 Q_DECLARE_METATYPE(Tp::MediaStreamHandlerCandidateList)
4066 Q_DECLARE_METATYPE(Tp::MediaStreamHandlerCodec)
4067 Q_DECLARE_METATYPE(Tp::MediaStreamHandlerCodecList)
4068 Q_DECLARE_METATYPE(Tp::MediaStreamHandlerTransport)
4069 Q_DECLARE_METATYPE(Tp::MediaStreamHandlerTransportList)
4070 Q_DECLARE_METATYPE(Tp::MediaStreamInfo)
4071 Q_DECLARE_METATYPE(Tp::MediaStreamInfoList)
4072 Q_DECLARE_METATYPE(Tp::MessagePart)
4073 Q_DECLARE_METATYPE(Tp::MessagePartContentMap)
4074 Q_DECLARE_METATYPE(Tp::MessagePartList)
4075 Q_DECLARE_METATYPE(Tp::MessagePartListList)
4076 Q_DECLARE_METATYPE(Tp::Metadata)
4077 Q_DECLARE_METATYPE(Tp::MultipleStatusMap)
4078 Q_DECLARE_METATYPE(Tp::NotDelegatedError)
4079 Q_DECLARE_METATYPE(Tp::NotDelegatedMap)
4080 Q_DECLARE_METATYPE(Tp::ObjectImmutablePropertiesMap)
4081 Q_DECLARE_METATYPE(Tp::ObjectImmutablePropertiesMapList)
4082 Q_DECLARE_METATYPE(Tp::ObjectPathList)
4083 Q_DECLARE_METATYPE(Tp::ParamSpec)
4084 Q_DECLARE_METATYPE(Tp::ParamSpecList)
4085 Q_DECLARE_METATYPE(Tp::PendingTextMessage)
4086 Q_DECLARE_METATYPE(Tp::PendingTextMessageList)
4087 Q_DECLARE_METATYPE(Tp::PropertyFlagsChange)
4088 Q_DECLARE_METATYPE(Tp::PropertyFlagsChangeList)
4089 Q_DECLARE_METATYPE(Tp::PropertySpec)
4090 Q_DECLARE_METATYPE(Tp::PropertySpecList)
4091 Q_DECLARE_METATYPE(Tp::PropertyValue)
4092 Q_DECLARE_METATYPE(Tp::PropertyValueList)
4093 Q_DECLARE_METATYPE(Tp::ProtocolPropertiesMap)
4094 Q_DECLARE_METATYPE(Tp::QualifiedPropertyValueMap)
4095 Q_DECLARE_METATYPE(Tp::QualifiedPropertyValueMapList)
4096 Q_DECLARE_METATYPE(Tp::RTCPFeedbackMessage)
4097 Q_DECLARE_METATYPE(Tp::RTCPFeedbackMessageList)
4098 Q_DECLARE_METATYPE(Tp::RTCPFeedbackMessageMap)
4099 Q_DECLARE_METATYPE(Tp::RTCPFeedbackMessageProperties)
4100 Q_DECLARE_METATYPE(Tp::RTPHeaderExtension)
4101 Q_DECLARE_METATYPE(Tp::RTPHeaderExtensionsList)
4102 Q_DECLARE_METATYPE(Tp::RequestableChannelClass)
4103 Q_DECLARE_METATYPE(Tp::RequestableChannelClassList)
4104 Q_DECLARE_METATYPE(Tp::RichPresenceAccessControl)
4105 Q_DECLARE_METATYPE(Tp::RoomInfo)
4106 Q_DECLARE_METATYPE(Tp::RoomInfoList)
4107 Q_DECLARE_METATYPE(Tp::ServicePoint)
4108 Q_DECLARE_METATYPE(Tp::ServicePointInfo)
4109 Q_DECLARE_METATYPE(Tp::ServicePointInfoList)
4110 Q_DECLARE_METATYPE(Tp::SimpleContactPresences)
4111 Q_DECLARE_METATYPE(Tp::SimplePresence)
4112 Q_DECLARE_METATYPE(Tp::SimpleStatusSpec)
4113 Q_DECLARE_METATYPE(Tp::SimpleStatusSpecMap)
4114 Q_DECLARE_METATYPE(Tp::SingleContactAttributesMap)
4115 Q_DECLARE_METATYPE(Tp::SocketAddressIP)
4116 Q_DECLARE_METATYPE(Tp::SocketAddressIPList)
4117 Q_DECLARE_METATYPE(Tp::SocketAddressIPv4)
4118 Q_DECLARE_METATYPE(Tp::SocketAddressIPv6)
4119 Q_DECLARE_METATYPE(Tp::SocketNetmaskIPv4)
4120 Q_DECLARE_METATYPE(Tp::SocketNetmaskIPv6)
4121 Q_DECLARE_METATYPE(Tp::StatusSpec)
4122 Q_DECLARE_METATYPE(Tp::StatusSpecMap)
4123 Q_DECLARE_METATYPE(Tp::StreamCredentials)
4124 Q_DECLARE_METATYPE(Tp::StringStringMap)
4125 Q_DECLARE_METATYPE(Tp::StringStringMapList)
4126 Q_DECLARE_METATYPE(Tp::StringVariantMap)
4127 Q_DECLARE_METATYPE(Tp::StringVariantMapList)
4128 Q_DECLARE_METATYPE(Tp::SupportedSocketMap)
4129 Q_DECLARE_METATYPE(Tp::TLSCertificateRejection)
4130 Q_DECLARE_METATYPE(Tp::TLSCertificateRejectionList)
4131 Q_DECLARE_METATYPE(Tp::TubeInfo)
4132 Q_DECLARE_METATYPE(Tp::TubeInfoList)
4133 Q_DECLARE_METATYPE(Tp::UIntList)
4134 Q_DECLARE_METATYPE(Tp::VCardFieldAddressMap)
4135 Q_DECLARE_METATYPE(Tp::VideoResolution)
4136 Q_DECLARE_METATYPE(Tp::VideoResolutionStruct)
uint port
Definition: build/TelepathyQt/_gen/types.h:401
QList< PendingTextMessage > PendingTextMessageList
Definition: build/TelepathyQt/_gen/types.h:2269
ByteArrayList & operator=(const QList< QByteArray > &a)
Definition: build/TelepathyQt/_gen/types.h:66
Metadata & operator=(const QMap< QString, QStringList > &a)
Definition: build/TelepathyQt/_gen/types.h:2097
Definition: build/TelepathyQt/_gen/types.h:1473
MediaStreamHandlerTransportList transports
Definition: build/TelepathyQt/_gen/types.h:3654
QList< RTPHeaderExtension > RTPHeaderExtensionsList
Definition: build/TelepathyQt/_gen/types.h:2515
QString address
Definition: build/TelepathyQt/_gen/types.h:2962
HandleOwnerMap(const QMap< uint, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:1680
QString statusMessage
Definition: build/TelepathyQt/_gen/types.h:2776
uint flags
Definition: build/TelepathyQt/_gen/types.h:2319
HandleOwnerMap & operator=(const QMap< uint, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:1682
SimpleContactPresences & operator=(const QMap< uint, SimplePresence > &a)
Definition: build/TelepathyQt/_gen/types.h:3841
Metadata()
Definition: build/TelepathyQt/_gen/types.h:2094
uint identifier
Definition: build/TelepathyQt/_gen/types.h:3227
Definition: build/TelepathyQt/_gen/types.h:3286
QList< MediaSessionHandlerInfo > MediaSessionHandlerInfoList
Definition: build/TelepathyQt/_gen/types.h:1942
SupportedSocketMap()
Definition: build/TelepathyQt/_gen/types.h:3111
QString key
Definition: build/TelepathyQt/_gen/types.h:1622
ChannelClass(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:734
QString IP
Definition: build/TelepathyQt/_gen/types.h:397
uint newGenericFlags
Definition: build/TelepathyQt/_gen/types.h:512
Definition: build/TelepathyQt/_gen/types.h:3514
QList< MessagePartList > MessagePartListList
Definition: build/TelepathyQt/_gen/types.h:2048
ContactClientTypes()
Definition: build/TelepathyQt/_gen/types.h:1018
ContactLocations(const QMap< uint, QVariantMap > &a)
Definition: build/TelepathyQt/_gen/types.h:1212
uint reason
Definition: build/TelepathyQt/_gen/types.h:3150
CaptchaAnswers & operator=(const QMap< uint, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:582
Definition: build/TelepathyQt/_gen/types.h:3048
Definition: build/TelepathyQt/_gen/types.h:3437
RTCPFeedbackMessageMap(const QMap< uint, RTCPFeedbackMessageProperties > &a)
Definition: build/TelepathyQt/_gen/types.h:3951
Definition: build/TelepathyQt/_gen/types.h:1915
AvatarTokenMap & operator=(const QMap< uint, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:279
StringStringMap & operator=(const QMap< QString, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:3053
Definition: build/TelepathyQt/_gen/types.h:936
uchar prefixLength
Definition: build/TelepathyQt/_gen/types.h:2998
Definition: build/TelepathyQt/_gen/types.h:3323
ContactCapabilitiesMap()
Definition: build/TelepathyQt/_gen/types.h:3439
ContactCodecMap()
Definition: build/TelepathyQt/_gen/types.h:3905
QString domain
Definition: build/TelepathyQt/_gen/types.h:1496
QList< MediaStreamInfo > MediaStreamInfoList
Definition: build/TelepathyQt/_gen/types.h:2012
QString signature
Definition: build/TelepathyQt/_gen/types.h:2318
uint identifier
Definition: build/TelepathyQt/_gen/types.h:2351
Definition: build/TelepathyQt/_gen/types.h:3858
Definition: build/TelepathyQt/_gen/types.h:2135
Definition: build/TelepathyQt/_gen/types.h:959
RTCPFeedbackMessageList messages
Definition: build/TelepathyQt/_gen/types.h:3769
QList< PropertyValue > PropertyValueList
Definition: build/TelepathyQt/_gen/types.h:2369
uint numberOfChannels
Definition: build/TelepathyQt/_gen/types.h:3703
QList< CapabilityPair > CapabilityPairList
Definition: build/TelepathyQt/_gen/types.h:563
ContactClientTypes(const QMap< uint, QStringList > &a)
Definition: build/TelepathyQt/_gen/types.h:1019
QDBusArgument & operator<<(QDBusArgument &arg, const SUSocketAddress &val)
Definition: types.cpp:57
SingleContactAttributesMap()
Definition: build/TelepathyQt/_gen/types.h:2839
uint initiator
Definition: build/TelepathyQt/_gen/types.h:3228
uint identifier
Definition: build/TelepathyQt/_gen/types.h:1990
MediaDescriptionProperties(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:1897
Definition: build/TelepathyQt/_gen/types.h:2349
ChannelOriginatorMap & operator=(const QMap< uint, QDBusObjectPath > &a)
Definition: build/TelepathyQt/_gen/types.h:899
MessagePart()
Definition: build/TelepathyQt/_gen/types.h:2024
uint type
Definition: build/TelepathyQt/_gen/types.h:1992
QDBusVariant detail
Definition: build/TelepathyQt/_gen/types.h:149
SupportedSocketMap & operator=(const QMap< uint, UIntList > &a)
Definition: build/TelepathyQt/_gen/types.h:3114
bool canHaveMessage
Definition: build/TelepathyQt/_gen/types.h:2816
QString name
Definition: build/TelepathyQt/_gen/types.h:2317
uint subscribe
Definition: build/TelepathyQt/_gen/types.h:1319
Definition: build/TelepathyQt/_gen/types.h:3136
uint typeSpecificFlags
Definition: build/TelepathyQt/_gen/types.h:987
uint clockRate
Definition: build/TelepathyQt/_gen/types.h:3699
uint actor
Definition: build/TelepathyQt/_gen/types.h:1708
Definition: build/TelepathyQt/_gen/types.h:2282
CallMemberMap(const QMap< uint, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:299
uint oldTypeSpecificFlags
Definition: build/TelepathyQt/_gen/types.h:513
bool exclusive
Definition: build/TelepathyQt/_gen/types.h:3881
Definition: build/TelepathyQt/_gen/types.h:507
MultipleStatusMap()
Definition: build/TelepathyQt/_gen/types.h:2118
QString address
Definition: build/TelepathyQt/_gen/types.h:1820
QString service
Definition: build/TelepathyQt/_gen/types.h:3230
uint type
Definition: build/TelepathyQt/_gen/types.h:3229
ContactInfoMap()
Definition: build/TelepathyQt/_gen/types.h:3470
QDBusVariant detail
Definition: build/TelepathyQt/_gen/types.h:2660
Definition: build/TelepathyQt/_gen/types.h:3968
QList< SocketAddressIP > SocketAddressIPList
Definition: build/TelepathyQt/_gen/types.h:2885
Definition: build/TelepathyQt/_gen/types.h:2245
Definition: build/TelepathyQt/_gen/types.h:1534
DBusTubeParticipants & operator=(const QMap< uint, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:1457
ContactCodecMap & operator=(const QMap< uint, CodecList > &a)
Definition: build/TelepathyQt/_gen/types.h:3908
uint type
Definition: build/TelepathyQt/_gen/types.h:3879
double timestamp
Definition: build/TelepathyQt/_gen/types.h:1479
Definition: build/TelepathyQt/_gen/types.h:213
QList< AliasPair > AliasPairList
Definition: build/TelepathyQt/_gen/types.h:233
Definition: build/TelepathyQt/_gen/types.h:2092
uint handle
Definition: build/TelepathyQt/_gen/types.h:1418
QDBusObjectPath mediaDescription
Definition: build/TelepathyQt/_gen/types.h:1855
Definition: build/TelepathyQt/_gen/types.h:3588
ContactSearchMap(const QMap< QString, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:1274
SimpleContactPresences()
Definition: build/TelepathyQt/_gen/types.h:3838
QList< ChannelInfo > ChannelInfoList
Definition: build/TelepathyQt/_gen/types.h:878
SimpleStatusSpecMap()
Definition: build/TelepathyQt/_gen/types.h:3860
QList< CallMemberMap > CallMemberMapList
Definition: build/TelepathyQt/_gen/types.h:314
QString password
Definition: build/TelepathyQt/_gen/types.h:1962
Definition: build/TelepathyQt/_gen/types.h:1655
Definition: build/TelepathyQt/_gen/types.h:601
uint level
Definition: build/TelepathyQt/_gen/types.h:1501
QList< TLSCertificateRejection > TLSCertificateRejectionList
Definition: build/TelepathyQt/_gen/types.h:3212
MessagePartContentMap & operator=(const QMap< uint, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:2066
QStringList serviceIDs
Definition: build/TelepathyQt/_gen/types.h:3806
NotDelegatedMap(const QMap< QDBusObjectPath, NotDelegatedError > &a)
Definition: build/TelepathyQt/_gen/types.h:3739
QString address
Definition: build/TelepathyQt/_gen/types.h:2902
QList< ChannelDetails > ChannelDetailsList
Definition: build/TelepathyQt/_gen/types.h:829
AvatarTokenMap()
Definition: build/TelepathyQt/_gen/types.h:276
Definition: build/TelepathyQt/_gen/types.h:2408
ServicePoint servicePoint
Definition: build/TelepathyQt/_gen/types.h:3799
Definition: build/TelepathyQt/_gen/types.h:1811
QList< CaptchaInfo > CaptchaInfoList
Definition: build/TelepathyQt/_gen/types.h:682
uint ID
Definition: build/TelepathyQt/_gen/types.h:610
AddressingNormalizationMap()
Definition: build/TelepathyQt/_gen/types.h:172
Definition: build/TelepathyQt/_gen/types.h:249
CaptchaAnswers(const QMap< uint, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:580
StringStringMap(const QMap< QString, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:3051
SimpleStatusSpecMap & operator=(const QMap< QString, SimpleStatusSpec > &a)
Definition: build/TelepathyQt/_gen/types.h:3863
AvatarTokenMap(const QMap< uint, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:277
UIntList & operator=(const QList< uint > &a)
Definition: build/TelepathyQt/_gen/types.h:112
bool operator!=(const AccessControl &v1, const AccessControl &v2)
Definition: build/TelepathyQt/_gen/types.h:153
QString profile
Definition: build/TelepathyQt/_gen/types.h:1958
QDBusObjectPath channel
Definition: build/TelepathyQt/_gen/types.h:847
QString label
Definition: build/TelepathyQt/_gen/types.h:652
ContactSearchMap & operator=(const QMap< QString, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:1276
AliasMap()
Definition: build/TelepathyQt/_gen/types.h:194
QString name
Definition: build/TelepathyQt/_gen/types.h:1539
uint toBeAdded
Definition: build/TelepathyQt/_gen/types.h:1704
Definition: build/TelepathyQt/_gen/types.h:1452
Definition: build/TelepathyQt/_gen/types.h:694
QString mediaSessionType
Definition: build/TelepathyQt/_gen/types.h:1925
ChatStateMap(const QMap< uint, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:919
ChannelCallStateMap()
Definition: build/TelepathyQt/_gen/types.h:696
QString name
Definition: build/TelepathyQt/_gen/types.h:2200
Definition: build/TelepathyQt/_gen/types.h:3267
QList< ChannelClass > ChannelClassList
Definition: build/TelepathyQt/_gen/types.h:749
Definition: build/TelepathyQt/_gen/types.h:3755
ContactLocations()
Definition: build/TelepathyQt/_gen/types.h:1211
uint type
Definition: build/TelepathyQt/_gen/types.h:2747
QString URI
Definition: build/TelepathyQt/_gen/types.h:2494
QualifiedPropertyValueMap()
Definition: build/TelepathyQt/_gen/types.h:2410
Definition: build/TelepathyQt/_gen/types.h:2896
uint handleType
Definition: build/TelepathyQt/_gen/types.h:856
Definition: build/TelepathyQt/_gen/types.h:84
uint type
Definition: build/TelepathyQt/_gen/types.h:144
Definition: build/TelepathyQt/_gen/types.h:3903
AddressingNormalizationMap(const QMap< QString, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:173
Definition: build/TelepathyQt/_gen/types.h:1894
QList< PropertyFlagsChange > PropertyFlagsChangeList
Definition: build/TelepathyQt/_gen/types.h:2302
QString URL
Definition: build/TelepathyQt/_gen/types.h:3624
QualifiedPropertyValueMap & operator=(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:2413
QList< ContactInfoField > ContactInfoFieldList
Definition: build/TelepathyQt/_gen/types.h:1197
Definition: build/TelepathyQt/_gen/types.h:3794
Definition: build/TelepathyQt/_gen/types.h:2385
Mail()
Definition: build/TelepathyQt/_gen/types.h:1773
QString errorName
Definition: build/TelepathyQt/_gen/types.h:2140
QString type
Definition: build/TelepathyQt/_gen/types.h:620
QString channelType
Definition: build/TelepathyQt/_gen/types.h:510
ByteArrayList(const QList< QByteArray > &a)
Definition: build/TelepathyQt/_gen/types.h:64
QList< CandidatePair > CandidatePairList
Definition: build/TelepathyQt/_gen/types.h:3349
Definition: build/TelepathyQt/_gen/types.h:2314
ChannelOriginatorMap(const QMap< uint, QDBusObjectPath > &a)
Definition: build/TelepathyQt/_gen/types.h:897
ContactSearchResultMap()
Definition: build/TelepathyQt/_gen/types.h:3493
Definition: build/TelepathyQt/_gen/types.h:543
QString subtype
Definition: build/TelepathyQt/_gen/types.h:1957
uint reason
Definition: build/TelepathyQt/_gen/types.h:341
ObjectImmutablePropertiesMap & operator=(const QMap< QDBusObjectPath, QVariantMap > &a)
Definition: build/TelepathyQt/_gen/types.h:2170
Definition: build/TelepathyQt/_gen/types.h:3651
StringVariantMap(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:3081
QString name
Definition: build/TelepathyQt/_gen/types.h:1816
Mail(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:1774
Definition: build/TelepathyQt/_gen/types.h:1271
uint handle
Definition: build/TelepathyQt/_gen/types.h:984
QString channelType
Definition: build/TelepathyQt/_gen/types.h:851
Definition: build/TelepathyQt/_gen/types.h:2987
DBusTubeParticipants(const QMap< uint, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:1455
Definition: build/TelepathyQt/_gen/types.h:3468
AliasMap & operator=(const QMap< uint, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:197
QString MIMEType
Definition: build/TelepathyQt/_gen/types.h:252
uint state
Definition: build/TelepathyQt/_gen/types.h:3232
StringStringMap parameters
Definition: build/TelepathyQt/_gen/types.h:3707
VCardFieldAddressMap & operator=(const QMap< QString, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:3272
QList< Candidate > CandidateList
Definition: build/TelepathyQt/_gen/types.h:422
Definition: build/TelepathyQt/_gen/types.h:3836
QList< MediaStreamHandlerCandidate > MediaStreamHandlerCandidateList
Definition: build/TelepathyQt/_gen/types.h:3671
Definition: build/TelepathyQt/_gen/types.h:2061
HandleIdentifierMap()
Definition: build/TelepathyQt/_gen/types.h:1657
AliasMap(const QMap< uint, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:195
Mail & operator=(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:1776
MessagePart & operator=(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:2027
QString error
Definition: build/TelepathyQt/_gen/types.h:3158
Definition: build/TelepathyQt/_gen/types.h:2678
QList< RTCPFeedbackMessage > RTCPFeedbackMessageList
Definition: build/TelepathyQt/_gen/types.h:2470
HTTPPostDataList postData
Definition: build/TelepathyQt/_gen/types.h:3633
QList< MediaStreamHandlerCodec > MediaStreamHandlerCodecList
Definition: build/TelepathyQt/_gen/types.h:3724
uint max
Definition: build/TelepathyQt/_gen/types.h:1554
HandleIdentifierMap & operator=(const QMap< uint, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:1660
QVariantMap properties
Definition: build/TelepathyQt/_gen/types.h:812
ObjectPathList()
Definition: build/TelepathyQt/_gen/types.h:86
StringStringMap parameterTypes
Definition: build/TelepathyQt/_gen/types.h:3882
ProtocolPropertiesMap(const QMap< QString, QVariantMap > &a)
Definition: build/TelepathyQt/_gen/types.h:2388
QString address
Definition: build/TelepathyQt/_gen/types.h:2932
QString address
Definition: build/TelepathyQt/_gen/types.h:2864
ContactAttributesMap & operator=(const QMap< uint, QVariantMap > &a)
Definition: build/TelepathyQt/_gen/types.h:964
QVariantMap info
Definition: build/TelepathyQt/_gen/types.h:405
ushort port
Definition: build/TelepathyQt/_gen/types.h:2906
QString name
Definition: build/TelepathyQt/_gen/types.h:3691
bool operator==(const SUSocketAddress &v1, const SUSocketAddress &v2)
Definition: types.cpp:50
Definition: build/TelepathyQt/_gen/types.h:1771
ComponentStateMap()
Definition: build/TelepathyQt/_gen/types.h:938
Definition: build/TelepathyQt/_gen/types.h:3360
StringStringMap parameters
Definition: build/TelepathyQt/_gen/types.h:3408
QList< TubeInfo > TubeInfoList
Definition: build/TelepathyQt/_gen/types.h:3249
Definition: build/TelepathyQt/_gen/types.h:1249
Definition: build/TelepathyQt/_gen/types.h:483
StringStringMap()
Definition: build/TelepathyQt/_gen/types.h:3050
MultipleStatusMap statuses
Definition: build/TelepathyQt/_gen/types.h:3591
ContactMediaDescriptionPropertiesMap()
Definition: build/TelepathyQt/_gen/types.h:1231
Definition: build/TelepathyQt/_gen/types.h:2796
QList< StringStringMap > StringStringMapList
Definition: build/TelepathyQt/_gen/types.h:3066
QString fieldName
Definition: build/TelepathyQt/_gen/types.h:1122
QList< ParamSpec > ParamSpecList
Definition: build/TelepathyQt/_gen/types.h:2231
Definition: build/TelepathyQt/_gen/types.h:2116
Definition: build/TelepathyQt/_gen/types.h:1746
VCardFieldAddressMap(const QMap< QString, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:3270
ContactSendingStateMap & operator=(const QMap< uint, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:1298
StringVariantMap()
Definition: build/TelepathyQt/_gen/types.h:3080
uint handle
Definition: build/TelepathyQt/_gen/types.h:861
ChannelClass & operator=(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:736
ushort port
Definition: build/TelepathyQt/_gen/types.h:2936
QualifiedPropertyValueMap(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:2411
MessagePartContentMap()
Definition: build/TelepathyQt/_gen/types.h:2063
ContactSSRCsMap & operator=(const QMap< uint, UIntList > &a)
Definition: build/TelepathyQt/_gen/types.h:1254
uint lastActivity
Definition: build/TelepathyQt/_gen/types.h:3590
uint protocol
Definition: build/TelepathyQt/_gen/types.h:1956
ContactSendingStateMap(const QMap< uint, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:1296
double preferenceValue
Definition: build/TelepathyQt/_gen/types.h:1959
Definition: build/TelepathyQt/_gen/types.h:1361
QByteArray avatarData
Definition: build/TelepathyQt/_gen/types.h:251
AddressingNormalizationMap & operator=(const QMap< QString, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:175
QString uniqueName
Definition: build/TelepathyQt/_gen/types.h:1422
Definition: build/TelepathyQt/_gen/types.h:2858
Definition: build/TelepathyQt/_gen/types.h:3109
Definition: build/TelepathyQt/_gen/types.h:2165
Definition: build/TelepathyQt/_gen/types.h:1016
ContactLocations & operator=(const QMap< uint, QVariantMap > &a)
Definition: build/TelepathyQt/_gen/types.h:1214
QString username
Definition: build/TelepathyQt/_gen/types.h:3023
QList< ContactCapability > ContactCapabilityList
Definition: build/TelepathyQt/_gen/types.h:1004
Definition: build/TelepathyQt/_gen/types.h:1209
uint width
Definition: build/TelepathyQt/_gen/types.h:3291
Definition: build/TelepathyQt/_gen/types.h:192
Definition: build/TelepathyQt/_gen/types.h:2710
ObjectImmutablePropertiesMap(const QMap< QDBusObjectPath, QVariantMap > &a)
Definition: build/TelepathyQt/_gen/types.h:2168
StatusSpecMap()
Definition: build/TelepathyQt/_gen/types.h:3970
QString DBusReason
Definition: build/TelepathyQt/_gen/types.h:362
SupportedSocketMap(const QMap< uint, UIntList > &a)
Definition: build/TelepathyQt/_gen/types.h:3112
ContactAttributesMap()
Definition: build/TelepathyQt/_gen/types.h:961
QVariantMap fixedProperties
Definition: build/TelepathyQt/_gen/types.h:2582
uint flags
Definition: build/TelepathyQt/_gen/types.h:2204
MessagePart(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:2025
uint direction
Definition: build/TelepathyQt/_gen/types.h:1994
Candidate remote
Definition: build/TelepathyQt/_gen/types.h:3332
QVariantMap info
Definition: build/TelepathyQt/_gen/types.h:2682
QList< MediaStreamHandlerTransport > MediaStreamHandlerTransportList
Definition: build/TelepathyQt/_gen/types.h:1979
ContactAttributesMap(const QMap< uint, QVariantMap > &a)
Definition: build/TelepathyQt/_gen/types.h:962
QString name
Definition: build/TelepathyQt/_gen/types.h:3374
QList< DebugMessage > DebugMessageList
Definition: build/TelepathyQt/_gen/types.h:1522
QString text
Definition: build/TelepathyQt/_gen/types.h:2252
uint flags
Definition: build/TelepathyQt/_gen/types.h:658
uint state
Definition: build/TelepathyQt/_gen/types.h:1993
bool updated
Definition: build/TelepathyQt/_gen/types.h:3402
Definition: build/TelepathyQt/_gen/types.h:2195
QString username
Definition: build/TelepathyQt/_gen/types.h:1961
ObjectPathList(const QList< QDBusObjectPath > &a)
Definition: build/TelepathyQt/_gen/types.h:87
ContactPresences(const QMap< uint, LastActivityAndStatuses > &a)
Definition: build/TelepathyQt/_gen/types.h:3929
Definition: build/TelepathyQt/_gen/types.h:894
QString subtype
Definition: build/TelepathyQt/_gen/types.h:2449
ComponentStateMap(const QMap< uint, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:939
CallMemberMap & operator=(const QMap< uint, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:301
StatusSpecMap(const QMap< QString, StatusSpec > &a)
Definition: build/TelepathyQt/_gen/types.h:3971
MultipleStatusMap & operator=(const QMap< QString, QVariantMap > &a)
Definition: build/TelepathyQt/_gen/types.h:2121
ContactInfoMap(const QMap< uint, ContactInfoFieldList > &a)
Definition: build/TelepathyQt/_gen/types.h:3471
Definition: build/TelepathyQt/_gen/types.h:329
RTCPFeedbackMessageMap()
Definition: build/TelepathyQt/_gen/types.h:3950
ChatStateMap()
Definition: build/TelepathyQt/_gen/types.h:918
ChannelOriginatorMap()
Definition: build/TelepathyQt/_gen/types.h:896
UIntList()
Definition: build/TelepathyQt/_gen/types.h:109
ComponentStateMap & operator=(const QMap< uint, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:941
Definition: build/TelepathyQt/_gen/types.h:1413
MediaDescriptionProperties()
Definition: build/TelepathyQt/_gen/types.h:1896
ContactMediaDescriptionPropertiesMap(const QMap< uint, QVariantMap > &a)
Definition: build/TelepathyQt/_gen/types.h:1232
Definition: build/TelepathyQt/_gen/types.h:107
QList< Mail > MailList
Definition: build/TelepathyQt/_gen/types.h:1789
Definition: build/TelepathyQt/_gen/types.h:3948
QString password
Definition: build/TelepathyQt/_gen/types.h:3027
QList< VideoResolution > VideoResolutionStruct
Definition: build/TelepathyQt/_gen/types.h:3312
QDBusVariant defaultValue
Definition: build/TelepathyQt/_gen/types.h:2214
QString parameters
Definition: build/TelepathyQt/_gen/types.h:2453
Definition: build/TelepathyQt/_gen/types.h:3535
SingleContactAttributesMap(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:2840
QList< ObjectImmutablePropertiesMap > ObjectImmutablePropertiesMapList
Definition: build/TelepathyQt/_gen/types.h:2183
QString publishRequest
Definition: build/TelepathyQt/_gen/types.h:1328
ContactPresences()
Definition: build/TelepathyQt/_gen/types.h:3928
uint RTCPMinimumInterval
Definition: build/TelepathyQt/_gen/types.h:3765
uint newFlags
Definition: build/TelepathyQt/_gen/types.h:2285
Definition: build/TelepathyQt/_gen/types.h:1848
UIntList(const QList< uint > &a)
Definition: build/TelepathyQt/_gen/types.h:110
Definition: build/TelepathyQt/_gen/types.h:388
CallMemberMap()
Definition: build/TelepathyQt/_gen/types.h:298
ContactInfoMap & operator=(const QMap< uint, ContactInfoFieldList > &a)
Definition: build/TelepathyQt/_gen/types.h:3473
DBusTubeParticipants()
Definition: build/TelepathyQt/_gen/types.h:1454
uint genericFlags
Definition: build/TelepathyQt/_gen/types.h:986
uint flags
Definition: build/TelepathyQt/_gen/types.h:1549
CandidateInfo()
Definition: build/TelepathyQt/_gen/types.h:485
uint handle
Definition: build/TelepathyQt/_gen/types.h:2680
ObjectPathList & operator=(const QList< QDBusObjectPath > &a)
Definition: build/TelepathyQt/_gen/types.h:89
SimpleStatusSpecMap(const QMap< QString, SimpleStatusSpec > &a)
Definition: build/TelepathyQt/_gen/types.h:3861
Definition: build/TelepathyQt/_gen/types.h:761
QList< RequestableChannelClass > RequestableChannelClassList
Definition: build/TelepathyQt/_gen/types.h:2630
QList< ContactCapabilitiesMap > ContactCapabilitiesMapList
Definition: build/TelepathyQt/_gen/types.h:3455
QString name
Definition: build/TelepathyQt/_gen/types.h:3653
uint sender
Definition: build/TelepathyQt/_gen/types.h:2249
uint codecID
Definition: build/TelepathyQt/_gen/types.h:3687
QList< MailAddress > MailAddressList
Definition: build/TelepathyQt/_gen/types.h:1837
QList< LocalPendingInfo > LocalPendingInfoList
Definition: build/TelepathyQt/_gen/types.h:1734
NotDelegatedMap & operator=(const QMap< QDBusObjectPath, NotDelegatedError > &a)
Definition: build/TelepathyQt/_gen/types.h:3741
ChatStateMap & operator=(const QMap< uint, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:921
Candidate local
Definition: build/TelepathyQt/_gen/types.h:3328
uint port
Definition: build/TelepathyQt/_gen/types.h:1955
MediaDescriptionProperties & operator=(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:1899
ProtocolPropertiesMap()
Definition: build/TelepathyQt/_gen/types.h:2387
uint handle
Definition: build/TelepathyQt/_gen/types.h:215
QString alias
Definition: build/TelepathyQt/_gen/types.h:216
uint oldGenericFlags
Definition: build/TelepathyQt/_gen/types.h:511
QString message
Definition: build/TelepathyQt/_gen/types.h:1505
QList< CapabilityChange > CapabilityChangeList
Definition: build/TelepathyQt/_gen/types.h:531
Definition: build/TelepathyQt/_gen/types.h:1314
uint type
Definition: build/TelepathyQt/_gen/types.h:2655
QList< StringVariantMap > StringVariantMapList
Definition: build/TelepathyQt/_gen/types.h:3096
QStringList parameters
Definition: build/TelepathyQt/_gen/types.h:1545
uint identifier
Definition: build/TelepathyQt/_gen/types.h:3368
uint mediaType
Definition: build/TelepathyQt/_gen/types.h:3695
ushort port
Definition: build/TelepathyQt/_gen/types.h:2868
uint clockrate
Definition: build/TelepathyQt/_gen/types.h:3380
QVariantMap details
Definition: build/TelepathyQt/_gen/types.h:3195
Definition: build/TelepathyQt/_gen/types.h:2956
Definition: build/TelepathyQt/_gen/types.h:3078
ChannelClass()
Definition: build/TelepathyQt/_gen/types.h:733
Definition: build/TelepathyQt/_gen/types.h:1115
QStringList availableMIMETypes
Definition: build/TelepathyQt/_gen/types.h:665
uint pendingSendFlags
Definition: build/TelepathyQt/_gen/types.h:1995
uchar prefixLength
Definition: build/TelepathyQt/_gen/types.h:2967
StringVariantMap & operator=(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:3083
QString wellKnownName
Definition: build/TelepathyQt/_gen/types.h:3542
uint typeSpecificFlags
Definition: build/TelepathyQt/_gen/types.h:546
Definition: build/TelepathyQt/_gen/types.h:170
QList< RoomInfo > RoomInfoList
Definition: build/TelepathyQt/_gen/types.h:2699
QVariantMap parameters
Definition: build/TelepathyQt/_gen/types.h:3231
uint height
Definition: build/TelepathyQt/_gen/types.h:3295
MessagePartContentMap(const QMap< uint, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:2064
bool maySetOnSelf
Definition: build/TelepathyQt/_gen/types.h:2809
Definition: build/TelepathyQt/_gen/types.h:2022
QList< DBusTubeMember > DBusTubeMemberList
Definition: build/TelepathyQt/_gen/types.h:1439
uint component
Definition: build/TelepathyQt/_gen/types.h:393
uint newTypeSpecificFlags
Definition: build/TelepathyQt/_gen/types.h:514
QString status
Definition: build/TelepathyQt/_gen/types.h:2752
uint propertyID
Definition: build/TelepathyQt/_gen/types.h:2316
ContactCodecMap(const QMap< uint, CodecList > &a)
Definition: build/TelepathyQt/_gen/types.h:3906
Definition: build/TelepathyQt/_gen/types.h:139
ChannelCallStateMap & operator=(const QMap< uint, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:699
ContactMediaDescriptionPropertiesMap & operator=(const QMap< uint, QVariantMap > &a)
Definition: build/TelepathyQt/_gen/types.h:1234
Definition: build/TelepathyQt/_gen/types.h:2650
Definition: build/TelepathyQt/_gen/types.h:1988
QString address
Definition: build/TelepathyQt/_gen/types.h:2993
CaptchaAnswers()
Definition: build/TelepathyQt/_gen/types.h:579
ContactPresences & operator=(const QMap< uint, LastActivityAndStatuses > &a)
Definition: build/TelepathyQt/_gen/types.h:3931
Definition: build/TelepathyQt/_gen/types.h:577
Definition: abstract-adaptor.cpp:31
QStringList parameters
Definition: build/TelepathyQt/_gen/types.h:1149
HandleOwnerMap()
Definition: build/TelepathyQt/_gen/types.h:1679
NotDelegatedMap()
Definition: build/TelepathyQt/_gen/types.h:3738
ContactSSRCsMap(const QMap< uint, UIntList > &a)
Definition: build/TelepathyQt/_gen/types.h:1252
Location(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:1749
QList< PropertySpec > PropertySpecList
Definition: build/TelepathyQt/_gen/types.h:2336
ContactSendingStateMap()
Definition: build/TelepathyQt/_gen/types.h:1295
QString type
Definition: build/TelepathyQt/_gen/types.h:2443
Definition: build/TelepathyQt/_gen/types.h:1293
Definition: build/TelepathyQt/_gen/types.h:61
VCardFieldAddressMap()
Definition: build/TelepathyQt/_gen/types.h:3269
uint channels
Definition: build/TelepathyQt/_gen/types.h:3386
uint actor
Definition: build/TelepathyQt/_gen/types.h:335
Definition: build/TelepathyQt/_gen/types.h:1699
QList< HandlerCapabilities > HandlerCapabilitiesList
Definition: build/TelepathyQt/_gen/types.h:3576
uint handle
Definition: build/TelepathyQt/_gen/types.h:509
Definition: build/TelepathyQt/_gen/types.h:841
Definition: build/TelepathyQt/_gen/types.h:916
Definition: build/TelepathyQt/_gen/types.h:296
QString errorMessage
Definition: build/TelepathyQt/_gen/types.h:2144
uint publish
Definition: build/TelepathyQt/_gen/types.h:1323
QString channelType
Definition: build/TelepathyQt/_gen/types.h:985
QString value
Definition: build/TelepathyQt/_gen/types.h:1626
uint method
Definition: build/TelepathyQt/_gen/types.h:3628
QString parameters
Definition: build/TelepathyQt/_gen/types.h:2498
uint messageType
Definition: build/TelepathyQt/_gen/types.h:2250
Definition: build/TelepathyQt/_gen/types.h:2742
QVariantMap properties
Definition: build/TelepathyQt/_gen/types.h:1862
uint transportType
Definition: build/TelepathyQt/_gen/types.h:1960
uint direction
Definition: build/TelepathyQt/_gen/types.h:2490
QString channelType
Definition: build/TelepathyQt/_gen/types.h:2681
Definition: build/TelepathyQt/_gen/types.h:2437
QStringList allowedProperties
Definition: build/TelepathyQt/_gen/types.h:2613
Location & operator=(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:1751
QList< HTTPPostData > HTTPPostDataList
Definition: build/TelepathyQt/_gen/types.h:1643
ContactSSRCsMap()
Definition: build/TelepathyQt/_gen/types.h:1251
RTCPFeedbackMessageMap & operator=(const QMap< uint, RTCPFeedbackMessageProperties > &a)
Definition: build/TelepathyQt/_gen/types.h:3953
Definition: build/TelepathyQt/_gen/types.h:274
Definition: build/TelepathyQt/_gen/types.h:2837
Location()
Definition: build/TelepathyQt/_gen/types.h:1748
ContactClientTypes & operator=(const QMap< uint, QStringList > &a)
Definition: build/TelepathyQt/_gen/types.h:1021
Definition: build/TelepathyQt/_gen/types.h:982
int amount
Definition: build/TelepathyQt/_gen/types.h:1372
Definition: build/TelepathyQt/_gen/types.h:3619
ContactSearchResultMap & operator=(const QMap< QString, ContactInfoFieldList > &a)
Definition: build/TelepathyQt/_gen/types.h:3496
ProtocolPropertiesMap & operator=(const QMap< QString, QVariantMap > &a)
Definition: build/TelepathyQt/_gen/types.h:2390
uint type
Definition: build/TelepathyQt/_gen/types.h:2805
ContactSubscriptionMap()
Definition: build/TelepathyQt/_gen/types.h:3516
ObjectImmutablePropertiesMap()
Definition: build/TelepathyQt/_gen/types.h:2167
QList< MessagePart > MessagePartList
Definition: build/TelepathyQt/_gen/types.h:2040
QString service
Definition: build/TelepathyQt/_gen/types.h:2722
uint contact
Definition: build/TelepathyQt/_gen/types.h:1991
Definition: build/TelepathyQt/_gen/types.h:3736
QString IPAddress
Definition: build/TelepathyQt/_gen/types.h:1954
uint componentNumber
Definition: build/TelepathyQt/_gen/types.h:1953
QList< QualifiedPropertyValueMap > QualifiedPropertyValueMapList
Definition: build/TelepathyQt/_gen/types.h:2426
uint servicePointType
Definition: build/TelepathyQt/_gen/types.h:2715
const QDBusArgument & operator>>(const QDBusArgument &arg, SUSocketAddress &val)
Definition: types.cpp:65
Definition: build/TelepathyQt/_gen/types.h:2481
Definition: build/TelepathyQt/_gen/types.h:1617
StringVariantMapList channelClasses
Definition: build/TelepathyQt/_gen/types.h:3550
StatusSpecMap & operator=(const QMap< QString, StatusSpec > &a)
Definition: build/TelepathyQt/_gen/types.h:3973
ContactSubscriptionMap(const QMap< uint, ContactSubscriptions > &a)
Definition: build/TelepathyQt/_gen/types.h:3517
Definition: build/TelepathyQt/_gen/types.h:731
CandidateInfo & operator=(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:488
QStringList fieldValue
Definition: build/TelepathyQt/_gen/types.h:1180
QStringList capabilities
Definition: build/TelepathyQt/_gen/types.h:3559
QString message
Definition: build/TelepathyQt/_gen/types.h:368
ContactSearchMap()
Definition: build/TelepathyQt/_gen/types.h:1273
CandidateInfo(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:486
QDBusObjectPath sessionHandler
Definition: build/TelepathyQt/_gen/types.h:1921
QString message
Definition: build/TelepathyQt/_gen/types.h:1717
ChannelCallStateMap(const QMap< uint, uint > &a)
Definition: build/TelepathyQt/_gen/types.h:697
HandleIdentifierMap(const QMap< uint, QString > &a)
Definition: build/TelepathyQt/_gen/types.h:1658
QList< Codec > CodecList
Definition: build/TelepathyQt/_gen/types.h:3425
Definition: build/TelepathyQt/_gen/types.h:3926
ContactSubscriptionMap & operator=(const QMap< uint, ContactSubscriptions > &a)
Definition: build/TelepathyQt/_gen/types.h:3519
Definition: build/TelepathyQt/_gen/types.h:2926
Definition: build/TelepathyQt/_gen/types.h:3018
uint scale
Definition: build/TelepathyQt/_gen/types.h:1385
uint ID
Definition: build/TelepathyQt/_gen/types.h:2486
Definition: build/TelepathyQt/_gen/types.h:1229
uint flags
Definition: build/TelepathyQt/_gen/types.h:2251
QList< ServicePointInfo > ServicePointInfoList
Definition: build/TelepathyQt/_gen/types.h:3823
QDBusVariant value
Definition: build/TelepathyQt/_gen/types.h:2352
Definition: build/TelepathyQt/_gen/types.h:3877
QString signature
Definition: build/TelepathyQt/_gen/types.h:2208
ContactCapabilitiesMap & operator=(const QMap< uint, RequestableChannelClassList > &a)
Definition: build/TelepathyQt/_gen/types.h:3442
SimpleContactPresences(const QMap< uint, SimplePresence > &a)
Definition: build/TelepathyQt/_gen/types.h:3839
QDBusObjectPath channel
Definition: build/TelepathyQt/_gen/types.h:766
uint reason
Definition: build/TelepathyQt/_gen/types.h:1712
Definition: build/TelepathyQt/_gen/types.h:1951
ContactSearchResultMap(const QMap< QString, ContactInfoFieldList > &a)
Definition: build/TelepathyQt/_gen/types.h:3494
Definition: build/TelepathyQt/_gen/types.h:1677
bool maySetOnSelf
Definition: build/TelepathyQt/_gen/types.h:3880
MultipleStatusMap(const QMap< QString, QVariantMap > &a)
Definition: build/TelepathyQt/_gen/types.h:2119
uint unixTimestamp
Definition: build/TelepathyQt/_gen/types.h:2248
ContactCapabilitiesMap(const QMap< uint, RequestableChannelClassList > &a)
Definition: build/TelepathyQt/_gen/types.h:3440
QString channelType
Definition: build/TelepathyQt/_gen/types.h:545
Definition: build/TelepathyQt/_gen/types.h:3225
ByteArrayList()
Definition: build/TelepathyQt/_gen/types.h:63
Definition: build/TelepathyQt/_gen/types.h:2554
QString currency
Definition: build/TelepathyQt/_gen/types.h:1392
Definition: build/TelepathyQt/_gen/types.h:3682
QList< FieldSpec > FieldSpecs
Definition: build/TelepathyQt/_gen/types.h:1571
uint identifier
Definition: build/TelepathyQt/_gen/types.h:2247
Definition: build/TelepathyQt/_gen/types.h:3491
Metadata(const QMap< QString, QStringList > &a)
Definition: build/TelepathyQt/_gen/types.h:2095
uint propertyID
Definition: build/TelepathyQt/_gen/types.h:2284
SingleContactAttributesMap & operator=(const QMap< QString, QDBusVariant > &a)
Definition: build/TelepathyQt/_gen/types.h:2842


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt 0.9.7