The PendingString class is a generic subclass of PendingOperation representing a pending D-Bus method call that returns a string.
More...
#include <TelepathyQt/PendingString>
Inherits Tp::PendingOperation.
The PendingString class is a generic subclass of PendingOperation representing a pending D-Bus method call that returns a string.
See Asynchronous Object Model
◆ PendingString()
Tp::PendingString::PendingString |
( |
QDBusPendingCall |
call, |
|
|
const SharedPtr< RefCounted > & |
object |
|
) |
| |
◆ ~PendingString()
Tp::PendingString::~PendingString |
( |
| ) |
|
◆ result()
QString Tp::PendingString::result |
( |
| ) |
const |
◆ setResult()
void Tp::PendingString::setResult |
( |
const QString & |
result | ) |
|
|
protected |