23 #ifndef _TelepathyQt_pending_string_h_HEADER_GUARD_ 
   24 #define _TelepathyQt_pending_string_h_HEADER_GUARD_ 
   26 #ifndef IN_TP_QT_HEADER 
   27 #error IN_TP_QT_HEADER 
   30 #include <TelepathyQt/PendingOperation> 
   46     QString result() 
const;
 
   49     void setResult(
const QString &result);
 
   52     TP_QT_NO_EXPORT 
void watcherFinished(QDBusPendingCallWatcher *watcher);
 
   57     TP_QT_NO_EXPORT 
PendingString(
const QString &errorName, 
const QString &errorMessage);
 
   60     friend struct Private;
 
The ProtocolInfo class represents a Telepathy Protocol. 
Definition: protocol-info.h:46
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 PendingString class is a generic subclass of PendingOperation representing a pending D-Bus method...
Definition: pending-string.h:37