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