_Evas_List

Langue: en

Version: 155008 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

_Evas_List - A linked list node.

SYNOPSIS


Data Fields


void * data
Pointer to list element payload.
Evas_List * next
Next member in the list.
Evas_List * prev
Previous member in the list.
struct _Evas_List_Accounting * accounting
Private list accounting info - don't touch.

Detailed Description

A linked list node.

Author

Generated automatically by Doxygen for Evas from the source code.