i3
|
Emulates the behaviour of tables of libxcb-wm, which in libxcb 0.3.4 suddenly vanished. More...
#include <data.h>
Public Member Functions | |
TAILQ_ENTRY (keyvalue_element) elements | |
Data Fields | |
uint32_t | key |
void * | value |
Emulates the behaviour of tables of libxcb-wm, which in libxcb 0.3.4 suddenly vanished.
keyvalue_element::TAILQ_ENTRY | ( | keyvalue_element | ) |
uint32_t keyvalue_element::key |
Definition at line 167 of file data.h.
Referenced by table_get(), table_put(), and table_remove().
void* keyvalue_element::value |
Definition at line 168 of file data.h.
Referenced by table_get(), table_put(), and table_remove().