23 #ifndef _TelepathyQt_pending_handles_h_HEADER_GUARD_ 24 #define _TelepathyQt_pending_handles_h_HEADER_GUARD_ 26 #ifndef IN_TP_QT_HEADER 27 #error IN_TP_QT_HEADER 30 #include <TelepathyQt/Constants> 31 #include <TelepathyQt/PendingOperation> 32 #include <TelepathyQt/Types> 36 #include <QStringList> 38 #include <TelepathyQt/Types> 44 class ReferencedHandles;
54 ConnectionPtr connection()
const;
58 bool isRequest()
const;
60 bool isReference()
const;
68 const UIntList &handlesToReference()
const;
90 friend struct Private;
The PendingHandles class represents the parameters of and the reply to an asynchronous handle request...
Definition: pending-handles.h:46
HandleType
Definition: obj-x86_64-linux-gnu/TelepathyQt/_gen/constants.h:1375
Helper container for safe management of handle lifetimes. Every handle in a ReferencedHandles contain...
Definition: referenced-handles.h:47
Definition: obj-x86_64-linux-gnu/TelepathyQt/_gen/types.h:101
The ConnectionLowlevel class extends Connection with support to low-level features.
Definition: connection-lowlevel.h:43
Definition: abstract-adaptor.cpp:31
The PendingOperation class is a base class for pending asynchronous operations.
Definition: pending-operation.h:45