D-Bus 1.14.10
|
DBusDataSlot is used to store application data on the connection. More...
#include <dbus-dataslot.h>
Data Fields | |
void * | data |
The application data. More... | |
DBusFreeFunction | free_data_func |
Free the application data. More... | |
DBusDataSlot is used to store application data on the connection.
Definition at line 36 of file dbus-dataslot.h.
void* DBusDataSlot::data |
The application data.
Definition at line 38 of file dbus-dataslot.h.
Referenced by _dbus_data_slot_list_clear().
DBusFreeFunction DBusDataSlot::free_data_func |
Free the application data.
Definition at line 39 of file dbus-dataslot.h.
Referenced by _dbus_data_slot_list_clear().