D-Bus 1.15.8
Data Fields

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

Data Fields

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

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.

◆ func

DBusShutdownFunction ShutdownClosure::func

Function to call.

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

◆ next

ShutdownClosure* ShutdownClosure::next

Next ShutdownClosure.

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


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