D-Bus 1.15.12
Data Fields

This struct represents a function to be called on shutdown. More...

Data Fields

ShutdownClosurenext
 Next ShutdownClosure.
 
DBusShutdownFunction func
 Function to call.
 
void * data
 Data for function.
 

Detailed Description

This struct represents a function to be called on shutdown.

Definition at line 784 of file dbus-memory.c.

Field Documentation

◆ data

void* ShutdownClosure::data

Data for function.

Definition at line 788 of file dbus-memory.c.

Referenced by dbus_shutdown().

◆ func

DBusShutdownFunction ShutdownClosure::func

Function to call.

Definition at line 787 of file dbus-memory.c.

Referenced by dbus_shutdown().

◆ next

ShutdownClosure* ShutdownClosure::next

Next ShutdownClosure.

Definition at line 786 of file dbus-memory.c.

Referenced by dbus_shutdown().


The documentation for this struct was generated from the following file: