Type for a generic double linked list.
More...
#include <eina_list.h>
|
void * | data |
| Pointer to list element payload.
|
|
Eina_List * | next |
| Next member in the list.
|
|
Eina_List * | prev |
| Previous member in the list.
|
|
Eina_List_Accounting * | accounting |
| Private list accounting info - don't touch.
|
|
Type for a generic double linked list.
- Examples
- box_example_02.c, diskselector_example_02.c, ecore_con_server_simple_example.c, ecore_con_url_cookies_example.c, ecore_con_url_headers_example.c, ecore_evas_basics_example.c, ecore_imf_example.c, ecore_thread_example.c, edje-box2.c, edje-color-class.c, eet-data-file_descriptor_01.c, eet-data-file_descriptor_02.c, eet-data-nested.c, efl_thread_6.c, eina_accessor_01.c, eina_inlist_02.c, eina_iterator_01.c, eina_list_01.c, eina_list_02.c, eina_list_03.c, eina_list_04.c, eina_tiler_01.c, emotion_test_main.c, entry_example.c, evas-box.c, evas-buffer-simple.c, evas-events.c, evas-init-shutdown.c, gengrid_example.c, genlist_example_02.c, genlist_example_05.c, hoversel_example_01.c, list_example_03.c, map_example_02.c, menu_example_01.c, slideshow_example.c, test_growing_balls.c, and transit_example_04.c.