Ecore_Data_List_Creation_Group (3) Linux Manual Page
List Creation/Destruction Functions – Functions that create, initialize and destroy Ecore_Lists. Functions EAPI Ecore_List * ecore_list_new (void) 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. Detailed Description Functions that create, initialize…
