Searched refs:ShutdownClosure (Results 1 – 2 of 2) sorted by relevance
704 typedef struct ShutdownClosure ShutdownClosure; typedef709 struct ShutdownClosure struct711 ShutdownClosure *next; /**< Next ShutdownClosure */ argument717 static ShutdownClosure *registered_globals = NULL; argument731 ShutdownClosure *c; in _dbus_register_shutdown_func()733 c = dbus_new (ShutdownClosure, 1); in _dbus_register_shutdown_func()802 ShutdownClosure *c; in dbus_shutdown()
11570 * dbus/dbus-memory.c (struct ShutdownClosure): missing docs