D-Bus 1.14.10
|
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 782 of file dbus-memory.c.
void* ShutdownClosure::data |
Data for function.
Definition at line 786 of file dbus-memory.c.
DBusShutdownFunction ShutdownClosure::func |
Function to call.
Definition at line 785 of file dbus-memory.c.
ShutdownClosure* ShutdownClosure::next |
Next ShutdownClosure.
Definition at line 784 of file dbus-memory.c.