D-Bus 1.14.10
|
An allocated slot for storing data. More...
#include <dbus-dataslot.h>
Data Fields | |
dbus_int32_t | slot_id |
ID of this slot. More... | |
int | refcount |
Number of uses of the slot. More... | |
An allocated slot for storing data.
Definition at line 46 of file dbus-dataslot.h.
int DBusAllocatedSlot::refcount |
Number of uses of the slot.
Definition at line 49 of file dbus-dataslot.h.
dbus_int32_t DBusAllocatedSlot::slot_id |
ID of this slot.
Definition at line 48 of file dbus-dataslot.h.