| D-Bus 1.16.2
    | 
This struct represents a function to be called on shutdown. More...
| Data Fields | |
| ShutdownClosure * | next | 
| Next ShutdownClosure. | |
| DBusShutdownFunction | func | 
| Function to call. | |
| void * | data | 
| Data for function. | |
This struct represents a function to be called on shutdown.
Definition at line 800 of file dbus-memory.c.
| void* ShutdownClosure::data | 
| DBusShutdownFunction ShutdownClosure::func | 
| ShutdownClosure* ShutdownClosure::next |