23 #ifndef _TelepathyQt_pending_contact_info_h_HEADER_GUARD_ 
   24 #define _TelepathyQt_pending_contact_info_h_HEADER_GUARD_ 
   26 #ifndef IN_TP_QT_HEADER 
   27 #error IN_TP_QT_HEADER 
   30 #include <TelepathyQt/Contact> 
   31 #include <TelepathyQt/PendingOperation> 
   32 #include <TelepathyQt/Types> 
   34 class QDBusPendingCallWatcher;
 
   47     ContactPtr contact() 
const;
 
   52     TP_QT_NO_EXPORT 
void onCallFinished(QDBusPendingCallWatcher *watcher);
 
   60     friend struct Private;
 
The PendingOperation class is a base class for pending asynchronous operations. 
Definition: pending-operation.h:45
The PendingContactInfo class represents the parameters of and the reply to an asynchronous contact in...
Definition: pending-contact-info.h:39
The Contact class represents a Telepathy contact. 
Definition: contact.h:51
The Contact::InfoFields class represents the information of a Telepathy contact. 
Definition: contact.h:73