Elementary: documenting elm_all_flush.

SVN revision: 62319
This commit is contained in:
Jonas M. Gastal 2011-08-10 21:35:08 +00:00
parent a9c00d900c
commit 16fc78925d
1 changed files with 12 additions and 2 deletions

View File

@ -1075,8 +1075,18 @@ extern "C" {
*/
/**
* Flush all caches & dump all data that can be to lean down to use
* less memory
* @brief Flush all caches.
*
* Frees all data that was in cache and is not currently being used to reduce
* memory usage. This frees Edje's, Evas' and Eet's cache. This is equivalent
* to calling all of the following functions:
* @li edje_file_cache_flush()
* @li edje_collection_cache_flush()
* @li eet_clearcache()
* @li evas_image_cache_flush()
* @li evas_font_cache_flush()
* @li evas_render_dump()
* @note Evas caches are flushed for every canvas associated with a window.
*
* @ingroup Caches
*/