D-Bus 1.15.8
Data Fields
DBusDataSlotList Struct Reference

Data structure that stores the actual user data set at a given slot. More...

#include <dbus-dataslot.h>

Data Fields

DBusDataSlotslots
 Data slots. More...
 
int n_slots
 Slots we have storage for in data_slots. More...
 

Detailed Description

Data structure that stores the actual user data set at a given slot.

Definition at line 71 of file dbus-dataslot.h.

Field Documentation

◆ n_slots

int DBusDataSlotList::n_slots

Slots we have storage for in data_slots.

Definition at line 74 of file dbus-dataslot.h.

Referenced by _dbus_data_slot_list_free(), and _dbus_data_slot_list_init().

◆ slots

DBusDataSlot* DBusDataSlotList::slots

Data slots.

Definition at line 73 of file dbus-dataslot.h.

Referenced by _dbus_data_slot_list_clear(), _dbus_data_slot_list_free(), and _dbus_data_slot_list_init().


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