efl/legacy/eina/src/lib
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 Don't display gcov file. 2008-08-01 12:24:53 +00:00
Makefile.am and rename static linkage as well. 2009-06-20 16:31:15 +00:00
eina_accessor.c fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_array.c fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_benchmark.c API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_convert.c fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_counter.c 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.c * formatting: new lines are good for reading code 2009-01-27 16:44:45 +00:00
eina_error.c fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_file.c fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_hash.c fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_inlist.c fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_iterator.c fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_lalloc.c 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.c API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_magic.c fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_main.c fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_mempool.c 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.c API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_rbtree.c New macros, documentation and consistency for iterators and accessors. 2009-02-27 16:32:22 +00:00
eina_rectangle.c API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_stringshare.c fix a bit the documentation, but there are still 2009-06-22 20:03:58 +00:00
eina_tiler.c API BREAK: fix Eina API so that it is more consistent with the other EFL 2009-06-24 16:56:49 +00:00
eina_value.c * move standard header files from eina_private.h to source files 2008-08-28 07:46:42 +00:00