From: seoz Date: Tue, 21 Feb 2012 02:34:57 +0000 (+0000) Subject: elm cache: Reviewed cache APIs. X-Git-Tag: REL_F_I9500_20120323_1~17^2~628 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=534d359b0191c7916ca775a6cfa75dae8097c73f;p=framework%2Fuifw%2Felementary.git elm cache: Reviewed cache APIs. Signed-off-by: Daniel Juyung Seo git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68183 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index ab8827c..fd60c62 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -178,17 +178,17 @@ EAPI extern Elm_Version *elm_version; #include // Daniel Juyung Seo -#include // comments in elm_bubble.h +#include // XXX: comments in elm_bubble.h #include // OK -#include +#include // XXX: comments in elm_cache.h #include #include #include -#include // comments in elm_cnp.h +#include // XXX: comments in elm_cnp.h #include #include #include -#include // comments in elm_cursor.h. review was not finished. +#include // XXX: comments in elm_cursor.h. review was not finished. #include // OK #include diff --git a/src/lib/elm_cache.h b/src/lib/elm_cache.h index 0a5e808..39a02c9 100644 --- a/src/lib/elm_cache.h +++ b/src/lib/elm_cache.h @@ -34,7 +34,7 @@ EAPI void elm_cache_all_flush(void); * @return The cache flush interval time * @ingroup Caches * - * @see elm_all_flush() + * @see elm_cache_all_flush() */ EAPI int elm_cache_flush_interval_get(void); @@ -46,7 +46,7 @@ EAPI int elm_cache_flush_interval_get(void); * @param size The cache flush interval time * @ingroup Caches * - * @see elm_all_flush() + * @see elm_cache_all_flush() */ EAPI void elm_cache_flush_interval_set(int size); @@ -64,7 +64,7 @@ EAPI void elm_cache_flush_interval_set(int size); * @return The cache flush state * @ingroup Caches * - * @see elm_all_flush() + * @see elm_cache_all_flush() */ EAPI Eina_Bool elm_cache_flush_enabled_get(void); @@ -76,7 +76,7 @@ EAPI Eina_Bool elm_cache_flush_enabled_get(void); * @param enabled The cache flush enabled state * @ingroup Caches * - * @see elm_all_flush() + * @see elm_cache_all_flush() */ EAPI void elm_cache_flush_enabled_set(Eina_Bool enabled); @@ -88,6 +88,7 @@ EAPI void elm_cache_flush_enabled_set(Eina_Bool enabled); * @return The font cache size * @ingroup Caches */ +// XXX: how about using elm_cache prefix for all following APIs??? EAPI int elm_font_cache_get(void); /**