D-Bus 1.15.12
|
An allocated slot for storing data. More...
#include <dbus-dataslot.h>
Data Fields | |
dbus_int32_t | slot_id |
ID of this slot. | |
int | refcount |
Number of uses of the slot. | |
An allocated slot for storing data.
Definition at line 48 of file dbus-dataslot.h.
int DBusAllocatedSlot::refcount |
Number of uses of the slot.
Definition at line 51 of file dbus-dataslot.h.
Referenced by _dbus_data_slot_allocator_alloc(), and _dbus_data_slot_allocator_free().
dbus_int32_t DBusAllocatedSlot::slot_id |
ID of this slot.
Definition at line 50 of file dbus-dataslot.h.
Referenced by _dbus_data_slot_allocator_alloc(), _dbus_data_slot_allocator_free(), _dbus_data_slot_list_get(), and _dbus_data_slot_list_set().