#include <ggz.h>
Data Fields | |
| void * | data |
| Pointer to data for this node. | |
| _GGZListEntry * | next |
| Pointer to next nodes in the list. | |
| _GGZListEntry * | prev |
| Pointer to previous node in the list. | |
Do not access these members directly, but use the ggz_list_get_data(), ggz_list_next() and ggz_list_prev() accessor functions instead.
1.5.1