diff --git a/legacy/elementary/src/lib/elm_entry.c b/legacy/elementary/src/lib/elm_entry.c index 252327de96..d32fc5484c 100644 --- a/legacy/elementary/src/lib/elm_entry.c +++ b/legacy/elementary/src/lib/elm_entry.c @@ -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); diff --git a/legacy/elementary/src/lib/elm_entry.h b/legacy/elementary/src/lib/elm_entry.h index f088ee7870..e37ef77927 100644 --- a/legacy/elementary/src/lib/elm_entry.h +++ b/legacy/elementary/src/lib/elm_entry.h @@ -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.