23 #ifndef _TelepathyQt_pending_variant_map_h_HEADER_GUARD_    24 #define _TelepathyQt_pending_variant_map_h_HEADER_GUARD_    26 #ifndef IN_TP_QT_HEADER    27 #error IN_TP_QT_HEADER    30 #include <TelepathyQt/Global>    31 #include <TelepathyQt/PendingOperation>    47     QVariantMap 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 PendingVariantMap class is a generic subclass of PendingOperation representing a pending D-Bus me...
Definition: pending-variant-map.h:38
Definition: abstract-adaptor.cpp:31
The SharedPtr class is a pointer to an explicitly shared object. 
Definition: shared-ptr.h:39