From: gastal Date: Wed, 10 Aug 2011 21:35:08 +0000 (+0000) Subject: Elementary: documenting elm_all_flush. X-Git-Tag: REL_F_I9500_20120323_1~17^2~1957 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c13833a40711fa6d792aaced4e5c2adc669d680f;p=framework%2Fuifw%2Felementary.git Elementary: documenting elm_all_flush. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62319 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index d1b90c7..d278645 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -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 */