Home · All Classes · All Namespaces · Modules · Functions · Files

PendingVoidMethodCall Class Reference

#include <TelepathyQt4/PendingVoidMethodCall>

Inherits Tp::PendingOperation.

List of all members.

Public Member Functions


Detailed Description

Generic subclass of PendingOperation representing a pending D-Bus method call that does not return anything (or returns a result that is not interesting).

Objects of this class indicate the success or failure of the method call, but if the method call succeeds, no additional information is available.


Constructor & Destructor Documentation

PendingVoidMethodCall ( QObject *  proxy,
QDBusPendingCall  call 
)

Constructor.

Parameters:
parent The object on which this pending operation takes place
call A pending call as returned by the auto-generated low level Telepathy API; if the method returns anything, the return value(s) will be ignored


Copyright © 2009 Collabora Ltd. and Nokia Corporation
Telepathy-Qt4 0.1.10