_Evas_List Struct Reference

A linked list node. More...


Public Types

typedef void * data
 Pointer to list element payload.
typedef Evas_Listnext
 Next member in the list.
typedef Evas_Listprev
 Previous member in the list.
typedef void * accounting
 Private list accounting info - don't touch.


Detailed Description

A linked list node.