From 33248e86efeee1fbaea8235cf6112509c10b6936 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Tue, 22 May 2012 04:48:21 +0000 Subject: [PATCH] elementary/config - updated doc SVN revision: 71294 --- legacy/elementary/src/lib/elm_config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/legacy/elementary/src/lib/elm_config.h b/legacy/elementary/src/lib/elm_config.h index 6e352287a3..3bc62ccaf0 100644 --- a/legacy/elementary/src/lib/elm_config.h +++ b/legacy/elementary/src/lib/elm_config.h @@ -751,6 +751,10 @@ EAPI int elm_config_cache_flush_interval_get(void); * This sets the globally configured cache flush interval time, in ticks * * @param size The cache flush interval time + * + * @note The @c size must greater than 0. if not, the cache flush will be + * ignored. + * * @ingroup Caches * * @see elm_cache_all_flush()