_GGZListEntry Struct Reference
[List functions]

A single entry in a GGZList. More...

#include <ggz.h>


Data Fields

void * data
 Pointer to data for this node.
_GGZListEntrynext
 Pointer to next nodes in the list.
_GGZListEntryprev
 Pointer to previous node in the list.


Detailed Description

A single entry in a GGZList.

Do not access these members directly, but use the ggz_list_get_data(), ggz_list_next() and ggz_list_prev() accessor functions instead.


The documentation for this struct was generated from the following file:
Generated on Fri Nov 30 14:58:03 2007 for LibGGZ by  doxygen 1.5.1