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;
    51     const QStringList &interfacesRequested() 
const;
    52     bool shouldReference() 
const;
    59     TP_QT_NO_EXPORT 
void onCallFinished(QDBusPendingCallWatcher *watcher);
    66             const QStringList &interfaces, 
bool reference);
    68     TP_QT_NO_EXPORT 
void failImmediately(
const QString &error, 
const QString &errorMessage);
    71     friend struct Private;
 The PendingOperation class is a base class for pending asynchronous operations. 
Definition: pending-operation.h:45
Definition: build/TelepathyQt/_gen/types.h:959
The PendingContactAttributes class represents the parameters of and the reply to an asynchronous requ...
Definition: pending-contact-attributes.h:40
Definition: build/TelepathyQt/_gen/types.h:107
Helper container for safe management of handle lifetimes. Every handle in a ReferencedHandles contain...
Definition: referenced-handles.h:47
Definition: abstract-adaptor.cpp:31
The ConnectionLowlevel class extends Connection with support to low-level features. 
Definition: connection-lowlevel.h:43