23 #ifndef _TelepathyQt_pending_captcha_h_HEADER_GUARD_ 24 #define _TelepathyQt_pending_captcha_h_HEADER_GUARD_ 26 #ifndef IN_TP_QT_HEADER 27 #error IN_TP_QT_HEADER 30 #include <TelepathyQt/PendingOperation> 32 #include <TelepathyQt/CaptchaAuthentication> 51 bool requiresMultipleCaptchas()
const;
54 TP_QT_NO_EXPORT
void onChannelInvalidated(
Tp::DBusProxy *proxy,
62 CaptchaAuthentication::ChallengeTypes preferredTypes,
63 const CaptchaAuthenticationPtr &channel);
64 TP_QT_NO_EXPORT PendingCaptchas(
66 const CaptchaAuthenticationPtr &channel);
70 friend struct Private;
76 #endif // TP_PENDING_CAPTCHA_H The PendingCaptchas class represents an asynchronous operation for retrieving a captcha challenge fro...
Definition: pending-captchas.h:41
The CaptchaAuthentication class exposes CaptchaAuthentication's features for channels implementing it...
Definition: captcha-authentication.h:43
The DBusProxy class is a base class representing a remote object available over D-Bus.
Definition: dbus-proxy.h:42
The Captcha class represents a Captcha ready to be answered.
Definition: captcha.h:37
Definition: abstract-adaptor.cpp:31
The PendingOperation class is a base class for pending asynchronous operations.
Definition: pending-operation.h:45