23 #ifndef _TelepathyQt_pending_account_h_HEADER_GUARD_ 24 #define _TelepathyQt_pending_account_h_HEADER_GUARD_ 26 #ifndef IN_TP_QT_HEADER 27 #error IN_TP_QT_HEADER 30 #include <TelepathyQt/Account> 31 #include <TelepathyQt/PendingOperation> 34 #include <QVariantMap> 51 AccountManagerPtr manager()
const;
53 AccountPtr account()
const;
58 TP_QT_NO_EXPORT
void onNewAccount(
const Tp::AccountPtr &account);
65 const QString &displayName,
const QVariantMap ¶meters,
66 const QVariantMap &properties = QVariantMap());
69 friend struct Private;
The PendingAccount class represents the parameters of and the reply to an asynchronous account reques...
Definition: pending-account.h:43
Definition: abstract-adaptor.cpp:31
The PendingOperation class is a base class for pending asynchronous operations.
Definition: pending-operation.h:45
The AccountManager class represents a Telepathy account manager.
Definition: account-manager.h:53