Functions | |
EAPI Ecore_List_Node * | ecore_list_node_new () |
Allocates and initializes a new list node. | |
EAPI int | ecore_list_node_destroy (Ecore_List_Node *node, Ecore_Free_Cb free_func) |
Calls the function to free the data and the node. |
EAPI int ecore_list_node_destroy | ( | Ecore_List_Node * | node, | |
Ecore_Free_Cb | free_func | |||
) |
Calls the function to free the data and the node.
node | Node to destroy. | |
free_func | Function to call if node points to data to free. |
TRUE
. EAPI Ecore_List_Node* ecore_list_node_new | ( | void | ) |
Allocates and initializes a new list node.
NULL
otherwise.