HomeSort by relevance Sort by last modified time
    Searched defs:DBusPendingCall (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-connection.h 49 typedef struct DBusPendingCall DBusPendingCall;
161 typedef void (* DBusPendingCallNotifyFunction) (DBusPendingCall *pending,
232 DBusPendingCall **pending_return,
dbus-pending-call.c 34 * @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
89 * @returns a new #DBusPendingCall or #NULL if no memory.
91 DBusPendingCall*
96 DBusPendingCall *pending;
107 pending = dbus_new0 (DBusPendingCall, 1)
    [all...]

Completed in 182 milliseconds