pendingcall.cpp
Go to the documentation of this file.
Definition message.h:159
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(void *data)
Stores a pointer on a PendingCall, along with an optional function to be used for freeing the data wh...
Definition pendingcall.cpp:109
void * data()
Retrieves data previously set with dbus_pending_call_set_data().
Definition pendingcall.cpp:117
PendingCall & operator=(const PendingCall &)
Definition pendingcall.cpp:83
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
static void notify_stub(DBusPendingCall *dpc, void *data)
Definition pendingcall.cpp:55