D-Bus 1.14.10
|
Data structure that stores the actual user data set at a given slot. More...
#include <dbus-dataslot.h>
Data Fields | |
DBusDataSlot * | slots |
Data slots. More... | |
int | n_slots |
Slots we have storage for in data_slots. More... | |
Data structure that stores the actual user data set at a given slot.
Definition at line 69 of file dbus-dataslot.h.
int DBusDataSlotList::n_slots |
Slots we have storage for in data_slots.
Definition at line 72 of file dbus-dataslot.h.
Referenced by _dbus_data_slot_list_free(), and _dbus_data_slot_list_init().
DBusDataSlot* DBusDataSlotList::slots |
Data slots.
Definition at line 71 of file dbus-dataslot.h.
Referenced by _dbus_data_slot_list_clear(), _dbus_data_slot_list_free(), and _dbus_data_slot_list_init().