The PendingChannelRequest class represents the parameters of and the reply to an asynchronous ChannelRequest request.
More...
#include <TelepathyQt/PendingChannelRequest>
Inherits Tp::PendingOperation.
The PendingChannelRequest class represents the parameters of and the reply to an asynchronous ChannelRequest request.
Instances of this class cannot be constructed directly; the only way to get one is through Account.
See Asynchronous Object Model
◆ ~PendingChannelRequest()
Tp::PendingChannelRequest::~PendingChannelRequest |
( |
| ) |
|
◆ account()
AccountPtr Tp::PendingChannelRequest::account |
( |
| ) |
const |
Return the account through which the request was made.
- Returns
- A pointer to the Account object.
◆ channelRequest()
ChannelRequestPtr Tp::PendingChannelRequest::channelRequest |
( |
| ) |
const |
◆ cancel()
◆ channelRequestCreated
void Tp::PendingChannelRequest::channelRequestCreated |
( |
const Tp::ChannelRequestPtr & |
channelRequest | ) |
|
|
signal |