elm elm_web.h: Quick review of web API.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68531
This commit is contained in:
Daniel Juyung Seo 2012-02-29 04:50:04 +00:00 committed by Daniel Juyung Seo
parent 2679a1c4c1
commit 8d98989f74
1 changed files with 4 additions and 0 deletions

View 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);
/**