Home
last modified time | relevance | path

Searched refs:ShutdownClosure (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-memory.c704 typedef struct ShutdownClosure ShutdownClosure; typedef
709 struct ShutdownClosure struct
711 ShutdownClosure *next; /**< Next ShutdownClosure */ argument
717 static ShutdownClosure *registered_globals = NULL; argument
731 ShutdownClosure *c; in _dbus_register_shutdown_func()
733 c = dbus_new (ShutdownClosure, 1); in _dbus_register_shutdown_func()
802 ShutdownClosure *c; in dbus_shutdown()
/external/dbus/
DChangeLog.pre-1-011570 * dbus/dbus-memory.c (struct ShutdownClosure): missing docs