From cf414ca075eac768c608db2fd386dd97df4f006f Mon Sep 17 00:00:00 2001 From: seoz 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 git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68531 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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