23 #ifndef _TelepathyQt_handled_channel_notifier_h_HEADER_GUARD_    24 #define _TelepathyQt_handled_channel_notifier_h_HEADER_GUARD_    26 #ifndef IN_TP_QT_HEADER    27 #error IN_TP_QT_HEADER    30 #include <TelepathyQt/Channel>    31 #include <TelepathyQt/Types>    38 class ChannelRequestHints;
    39 class RequestTemporaryHandler;
    49     ChannelPtr channel() 
const;
    55 #if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)    56     void connectNotify(
const QMetaMethod &signal);
    58     void connectNotify(
const char *signal);
    62     TP_QT_NO_EXPORT 
void onChannelReceived(
const Tp::ChannelPtr &channel,
    64     TP_QT_NO_EXPORT 
void onChannelInvalidated();
    73     friend struct Private;
 The HandledChannelNotifier class can be used to keep track of channel() being re-requested. 
Definition: handled-channel-notifier.h:41
The PendingChannel class represents the parameters of and the reply to an asynchronous channel reques...
Definition: pending-channel.h:44
Definition: abstract-adaptor.cpp:31
The ChannelRequestHints class represents a dictionary of metadata provided by the channel requester w...
Definition: channel-request.h:121