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