D-Bus 1.15.12
|
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 784 of file dbus-memory.c.
void* ShutdownClosure::data |
DBusShutdownFunction ShutdownClosure::func |
ShutdownClosure* ShutdownClosure::next |