elm/entry: input_panel_return_key_autoenable_set -> input_panel_return_key_autoenabled_set

Thanks, Daniel.


SVN revision: 68486
This commit is contained in:
Jihoon Kim 2012-02-28 04:25:37 +00:00
parent 7c2194af5c
commit 2066fb53db
2 changed files with 2 additions and 2 deletions

View File

@ -3751,7 +3751,7 @@ elm_entry_input_panel_return_key_disabled_get(const Evas_Object *obj)
}
EAPI void
elm_entry_input_panel_return_key_autoenable_set(Evas_Object *obj, Eina_Bool on)
elm_entry_input_panel_return_key_autoenabled_set(Evas_Object *obj, Eina_Bool on)
{
ELM_CHECK_WIDTYPE(obj, widtype);
Widget_Data *wd = elm_widget_data_get(obj);

View File

@ -1286,7 +1286,7 @@ EAPI Eina_Bool elm_entry_input_panel_return_key_disabled_get(const
* @param obj The entry object
* @param on If @p on is EINA_TRUE, the return key is automatically disabled when the entry has no text.
*/
EAPI void elm_entry_input_panel_return_key_autoenable_set(Evas_Object *obj, Eina_Bool on);
EAPI void elm_entry_input_panel_return_key_autoenabled_set(Evas_Object *obj, Eina_Bool on);
/**
* Reset the input method context of the entry if needed.