Functions | |
EAPI Ecore_List * | ecore_list_new () |
Create and initialize a new list. | |
EAPI int | ecore_list_init (Ecore_List *list) |
Initialize a list to some sane starting values. | |
EAPI void | ecore_list_destroy (Ecore_List *list) |
Free a list and all of it's nodes. |
EAPI void ecore_list_destroy | ( | Ecore_List * | list | ) |
Free a list and all of it's nodes.
list | The list to be freed. |
EAPI int ecore_list_init | ( | Ecore_List * | list | ) |
Initialize a list to some sane starting values.
list | The list to initialize. |
TRUE
if successful, FALSE
if an error occurs. EAPI Ecore_List* ecore_list_new | ( | void | ) |
Create and initialize a new list.
NULL
on failure.