+ [Eina] API change. eina_module_list_flush() -> eina_module_list_free()
authorturran <turran>
Fri, 8 Jan 2010 12:22:23 +0000 (12:22 +0000)
committerturran <turran@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 8 Jan 2010 12:22:23 +0000 (12:22 +0000)
commit9b475a376ed2651a12b8545dc5ee30325e5fd9d7
tree68e1180e1302afd27257cf0b3d70dabf6482c788
parent6fa29a75085184256d842966a81ab9bede197146
+ [Eina] API change. eina_module_list_flush() -> eina_module_list_free()
  as we are on the modules context not the array.
  All the referenced projects are changed too. Remember that the list_free()
  already calls the unload() on each module so no need to call list_unload()

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@44978 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/include/eina_module.h
src/lib/eina_mempool.c
src/lib/eina_module.c
src/tests/eina_bench.c
src/tests/eina_suite.c
src/tests/eina_test_mempool.c
src/tests/eina_test_module.c