From c51cda75a8dda5294838bbf134d757b9a0db1f70 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 29 Feb 2012 04:50:04 +0000 Subject: [PATCH] elm elm_web.h: Quick review of web API. Signed-off-by: Daniel Juyung Seo SVN revision: 68531 --- src/lib/elm_web.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/elm_web.h b/src/lib/elm_web.h index abbe7c2..abc9d38 100644 --- a/src/lib/elm_web.h +++ b/src/lib/elm_web.h @@ -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); /** -- 2.7.4