23 #ifndef _TelepathyQt_pending_variant_h_HEADER_GUARD_ 
   24 #define _TelepathyQt_pending_variant_h_HEADER_GUARD_ 
   26 #ifndef IN_TP_QT_HEADER 
   27 #error IN_TP_QT_HEADER 
   30 #include <TelepathyQt/Global> 
   31 #include <TelepathyQt/PendingOperation> 
   47     QVariant result() 
const;
 
   50     TP_QT_NO_EXPORT 
void watcherFinished(QDBusPendingCallWatcher*);
 
   54     friend struct Private;
 
The PendingOperation class is a base class for pending asynchronous operations. 
Definition: pending-operation.h:45
The SharedPtr class is a pointer to an explicitly shared object. 
Definition: shared-ptr.h:39
The PendingVariant class is a generic subclass of PendingOperation representing a pending D-Bus metho...
Definition: pending-variant.h:38