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;
147 typedef void (* DBusPendingCallNotifyFunction) (DBusPendingCall *pending,
190 DBusPendingCall **pending_return,
dbus-pending-call.c 33 * @defgroup DBusPendingCallInternals DBusPendingCall implementation details
35 * @brief DBusPendingCall private implementation details.
37 * The guts of DBusPendingCall and its methods.
43 * @brief Internals of DBusPendingCall
58 * Implementation details of #DBusPendingCall - all fields are private.
60 struct DBusPendingCall
88 * @returns a new #DBusPendingCall or #NULL if no memory.
90 DBusPendingCall*
95 DBusPendingCall *pending;
114 pending = dbus_new0 (DBusPendingCall, 1)
    [all...]

Completed in 12 milliseconds