Data Structures | |
struct | DBusPendingCall |
Internals of DBusPendingCall. More... | |
Functions | |
DBusPendingCall * | _dbus_pending_call_new (DBusConnection *connection, int timeout_milliseconds, DBusTimeoutHandler timeout_handler) |
Creates a new pending reply object. More... | |
void | _dbus_pending_call_notify (DBusPendingCall *pending) |
Calls notifier function for the pending call and sets the call to completed. More... | |
dbus_bool_t | _dbus_pending_call_test (const char *test_data_dir) |
|
Creates a new pending reply object.
Definition at line 52 of file dbus-pending-call.c. References DBusPendingCall::connection, DBusPendingCall::refcount, DBusPendingCall::slot_list, DBusPendingCall::timeout, and DBusAtomic::value. |
|
Calls notifier function for the pending call and sets the call to completed.
Definition at line 103 of file dbus-pending-call.c. References DBusPendingCall::completed, and DBusPendingCall::function. |
|
Unit test for DBusPendingCall.
Definition at line 429 of file dbus-pending-call.c. |