23 #ifndef _TelepathyQt_pending_contact_attributes_h_HEADER_GUARD_ 24 #define _TelepathyQt_pending_contact_attributes_h_HEADER_GUARD_ 26 #ifndef IN_TP_QT_HEADER 27 #error IN_TP_QT_HEADER 30 #include <TelepathyQt/PendingOperation> 31 #include <TelepathyQt/Types> 32 #include <TelepathyQt/Constants> 33 #include <TelepathyQt/Types> 38 class ReferencedHandles;
48 ConnectionPtr connection()
const;
50 const UIntList &contactsRequested()
const;
52 bool shouldReference()
const;
68 TP_QT_NO_EXPORT
void failImmediately(
const QString &error,
const QString &errorMessage);
71 friend struct Private;
Definition: obj-x86_64-linux-gnu/TelepathyQt/_gen/types.h:950
Helper container for safe management of handle lifetimes. Every handle in a ReferencedHandles contain...
Definition: referenced-handles.h:47
The PendingContactAttributes class represents the parameters of and the reply to an asynchronous requ...
Definition: pending-contact-attributes.h:40
Definition: obj-x86_64-linux-gnu/TelepathyQt/_gen/types.h:101
The ConnectionLowlevel class extends Connection with support to low-level features.
Definition: connection-lowlevel.h:43
Definition: abstract-adaptor.cpp:31
The PendingOperation class is a base class for pending asynchronous operations.
Definition: pending-operation.h:45