pendingcall.cpp
Go to the documentation of this file.
Definition: util.h:226
Definition: connection_p.h:42
Definition: error.h:82
Definition: error.h:103
Definition: message_p.h:41
Definition: pendingcall_p.h:41
void cancel()
Cancels the pending call, such that any reply or error received will just be ignored.
Definition: pendingcall.cpp:99
bool completed()
Checks whether the pending call has received a reply yet, or not.
Definition: pendingcall.cpp:94
void * data()
Retrieves data previously set with dbus_pending_call_set_data().
Definition: pendingcall.cpp:117
PendingCall & operator=(const PendingCall &)
Definition: pendingcall.cpp:83