elm elm_web.h: Quick review of web API.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 29 Feb 2012 04:50:04 +0000 (04:50 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 29 Feb 2012 04:50:04 +0000 (04:50 +0000)
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68531 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_web.h

index abbe7c2..abc9d38 100644 (file)
@@ -796,6 +796,8 @@ EAPI Eina_Bool         elm_web_navigate_possible(Evas_Object *obj, int steps);
  *
  * @return EINA_TRUE if history is enabled, EINA_FALSE otherwise
  */
+// XXX: use _enabled_get instead of _enable_get
+// EAPI Eina_Bool         elm_web_history_enabled_get(const Evas_Object *obj);
 EAPI Eina_Bool         elm_web_history_enable_get(const Evas_Object *obj);
 
 /**
@@ -804,6 +806,8 @@ EAPI Eina_Bool         elm_web_history_enable_get(const Evas_Object *obj);
  * @param obj The web object
  * @param enable Whether to enable or disable the browsing history
  */
+// XXX: use _enabled_set instead of _enable_set
+// EAPI void              elm_web_history_enabled_set(Evas_Object *obj, Eina_Bool enabled);
 EAPI void              elm_web_history_enable_set(Evas_Object *obj, Eina_Bool enable);
 
 /**