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