elm cache: Reviewed cache APIs.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Feb 2012 02:34:57 +0000 (02:34 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Feb 2012 02:34:57 +0000 (02:34 +0000)
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68183 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Elementary.h.in
src/lib/elm_cache.h

index ab8827c..fd60c62 100644 (file)
@@ -178,17 +178,17 @@ EAPI extern Elm_Version *elm_version;
 #include <elm_box.h>
 
 // Daniel Juyung Seo
-#include <elm_bubble.h> // comments in elm_bubble.h
+#include <elm_bubble.h> // XXX: comments in elm_bubble.h
 #include <elm_button.h> // OK
-#include <elm_cache.h>
+#include <elm_cache.h> // XXX: comments in elm_cache.h
 #include <elm_calendar.h>
 #include <elm_check.h>
 #include <elm_clock.h>
-#include <elm_cnp.h> // comments in elm_cnp.h
+#include <elm_cnp.h> // XXX: comments in elm_cnp.h
 #include <elm_colorselector.h>
 #include <elm_config.h>
 #include <elm_conform.h>
-#include <elm_cursor.h> // comments in elm_cursor.h. review was not finished.
+#include <elm_cursor.h> // XXX: comments in elm_cursor.h. review was not finished.
 #include <elm_debug.h> // OK
 #include <elm_diskselector.h>
 
index 0a5e808..39a02c9 100644 (file)
@@ -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);
 
 /**