23 #ifndef _TelepathyQt_pending_contacts_h_HEADER_GUARD_ 24 #define _TelepathyQt_pending_contacts_h_HEADER_GUARD_ 26 #ifndef IN_TP_QT_HEADER 27 #error IN_TP_QT_HEADER 30 #include <TelepathyQt/PendingOperation> 36 #include <QStringList> 38 #include <TelepathyQt/Types> 39 #include <TelepathyQt/Contact> 54 ContactManagerPtr manager()
const;
57 bool isForHandles()
const;
60 bool isForIdentifiers()
const;
63 bool isForVCardAddresses()
const;
67 bool isForUris()
const;
70 bool isUpgrade()
const;
112 RequestType requestType,
128 TP_QT_NO_EXPORT
void allAttributesFetched();
131 friend struct Private;
The ContactManager class is responsible for managing contacts.
Definition: contact-manager.h:50
The Features class represents a list of Feature.
Definition: feature.h:61
The PendingContacts class is used by ContactManager when creating/updating Contact objects...
Definition: pending-contacts.h:46
Definition: abstract-adaptor.cpp:31
Definition: obj-x86_64-linux-gnu/TelepathyQt/_gen/types.h:101
The PendingOperation class is a base class for pending asynchronous operations.
Definition: pending-operation.h:45