efl/legacy/eina/src/include
Gustavo Sverzut Barbieri 27f001875b Fix EINA_INLIST_GET() macro.
now EINA_INLIST_GET(bla)->next will work, before it was like

 &bla->__in_list->next

which is wrong, since __in_list is not a pointer, rather the memory itself.



SVN revision: 39210
2009-02-25 16:24:00 +00:00
..
.cvsignore Add .cvsignore. 2008-07-30 13:09:03 +00:00
Eina.h + Add eina_cpu subsystem: just query cpu simd operations for now. 2009-01-26 16:27:00 +00:00
Makefile.am force the files that are in the _DATA primary to be 2009-01-28 18:00:20 +00:00
eina_accessor.h * eina/src/include/eina_array.h, 2009-01-20 15:56:48 +00:00
eina_array.h * more doc in the tutorial of the array data type 2009-01-29 23:16:23 +00:00
eina_benchmark.h Change eina_benchmark_register API as it can fail in many occasion. 2008-09-19 12:32:24 +00:00
eina_config.h.in eina safety checks. 2008-12-26 18:31:14 +00:00
eina_convert.h eina gets lots of gcc attributes to its api. 2008-12-26 13:17:51 +00:00
eina_counter.h eina gets lots of gcc attributes to its api. 2008-12-26 13:17:51 +00:00
eina_cpu.h formatting 2009-01-27 16:59:06 +00:00
eina_error.h eina gets lots of gcc attributes to its api. 2008-12-26 13:17:51 +00:00
eina_f16p16.h * eina/src/include/eina_array.h, 2009-01-20 15:56:48 +00:00
eina_file.h eina gets lots of gcc attributes to its api. 2008-12-26 13:17:51 +00:00
eina_hash.h eina safety checks. 2008-12-26 18:31:14 +00:00
eina_inline_array.x * more doc in the tutorial of the array data type 2009-01-29 23:16:23 +00:00
eina_inline_hash.x __UNUSED__ macro is not exported by eina. 2008-12-09 11:01:12 +00:00
eina_inline_list.x Patch from quarium. 2008-09-25 14:46:16 +00:00
eina_inline_mempool.x Put the mempool backend structure with other structure. 2008-10-20 13:23:18 +00:00
eina_inline_rbtree.x Fix some constness. 2008-11-10 16:23:56 +00:00
eina_inline_rectangle.x eina gets lots of gcc attributes to its api. 2008-12-26 13:17:51 +00:00
eina_inlist.h Fix EINA_INLIST_GET() macro. 2009-02-25 16:24:00 +00:00
eina_iterator.h * eina/src/include/eina_array.h, 2009-01-20 15:56:48 +00:00
eina_lalloc.h eina gets lots of gcc attributes to its api. 2008-12-26 13:17:51 +00:00
eina_list.h * eina/src/include/eina_list.h: Add a macro for freeing each element of an Eina_List. 2009-02-20 16:44:26 +00:00
eina_magic.h eina gets lots of gcc attributes to its api. 2008-12-26 13:17:51 +00:00
eina_main.h put eina_init() and eina_shutdown() in their own header file 2009-01-23 14:46:56 +00:00
eina_mempool.h eina gets lots of gcc attributes to its api. 2008-12-26 13:17:51 +00:00
eina_module.h eina gets lots of gcc attributes to its api. 2008-12-26 13:17:51 +00:00
eina_private.h + Add eina_cpu subsystem: just query cpu simd operations for now. 2009-01-26 16:27:00 +00:00
eina_rbtree.h eina safety checks. 2008-12-26 18:31:14 +00:00
eina_rectangle.h eina gets lots of gcc attributes to its api. 2008-12-26 13:17:51 +00:00
eina_safety_checks.h Make eina compile on OSX 2008-12-31 11:51:37 +00:00
eina_stringshare.h eina gets lots of gcc attributes to its api. 2008-12-26 13:17:51 +00:00
eina_tiler.h * formatting: new lines are good for reading code 2009-01-27 16:44:45 +00:00
eina_types.h + Fix some english typos 2009-01-26 16:23:07 +00:00