Searched defs:DBusPendingCall (Results 1 - 2 of 2) sorted by relevance

/external/dbus/dbus/
H A Ddbus-connection.h49 typedef struct DBusPendingCall DBusPendingCall; typedef in typeref:struct:DBusPendingCall
161 typedef void (* DBusPendingCallNotifyFunction) (DBusPendingCall *pending,
232 DBusPendingCall **pending_return,
H A Ddbus-pending-call.c34 * @defgroup DBusPendingCallInternals DBusPendingCall implementation details
36 * @brief DBusPendingCall private implementation details.
38 * The guts of DBusPendingCall and its methods.
44 * @brief Internals of DBusPendingCall
59 * Implementation details of #DBusPendingCall - all fields are private.
61 struct DBusPendingCall struct
89 * @returns a new #DBusPendingCall or #NULL if no memory.
91 DBusPendingCall*
96 DBusPendingCall *pending;
107 pending = dbus_new0 (DBusPendingCall,
[all...]

Completed in 60 milliseconds