efl/legacy/eina/src/include
Vincent Torri ebc20c2236 API BREAK: fix Eina API so that it is more consistent with the other EFL
what is modified:

eina_counter_add -> eina_counter_new
eina_counter_delete -> eina_counter_free
eina_lalloc_delete -> eina_lalloc_free
eina_mempool_new -> eina_mempool_add
eina_mempool_delete -> eina_mempool_del
eina_mempool_alloc -> eina_mempool_malloc
eina_tiler_del -> eina_tiler_free

It remains some questions: have the following API a good name:

eina_module_list_delete
eina_list_free
eina_rbtree_delete

(see ticket #286)

If you find any problem, please report in that thread


SVN revision: 41187
2009-06-24 16:56:49 +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 eina_stringshare_replace() gets in! 2009-04-08 18:25:02 +00:00
eina_accessor.h fix a bit the documentation, but there are still 2009-06-22 20:03:58 +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 * modify the way eina_config.h is built (see eina_config.h.in 2009-06-08 08:27:33 +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 API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_cpu.h formatting 2009-01-27 16:59:06 +00:00
eina_error.h export vargs version of eina_error_print(). 2009-04-06 12:41:50 +00:00
eina_f16p16.h + Fix the precision when multiplying two fixed point numbers 2009-03-01 12:35:30 +00:00
eina_file.h fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_hash.h * eina: Add an eina_hash_stringshare_new. 2009-06-19 14:44:23 +00:00
eina_inline_array.x fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_inline_hash.x constness++ 2009-03-20 01:00:04 +00:00
eina_inline_list.x Patch from quarium. 2008-09-25 14:46:16 +00:00
eina_inline_mempool.x API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +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_inline_stringshare.x new -> news. people with g++ using eina in their c++ stuff will be most 2009-04-09 05:55:51 +00:00
eina_inlist.h fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_iterator.h fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_lalloc.h API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_list.h fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_magic.h fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_main.h fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_mempool.h API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_module.h API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +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 Evas_Rectangle are gone. We now use Eina_Rectangle and memory pool is 2009-06-23 13:57:27 +00:00
eina_safety_checks.h * modify the way eina_config.h is built (see eina_config.h.in 2009-06-08 08:27:33 +00:00
eina_stringshare.h enable adding just part of a string. 2009-05-06 04:11:01 +00:00
eina_tiler.h API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_types.h fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00