From: discomfitor Date: Thu, 16 Feb 2012 22:42:48 +0000 (+0000) Subject: s/elm_text_input/elm_entry_input X-Git-Tag: REL_F_I9500_20120323_1~17^2~676 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6f0905e148c8debc002ea619a5d041ae2558ec1;p=framework%2Fuifw%2Felementary.git s/elm_text_input/elm_entry_input git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68044 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_entry.c b/src/lib/elm_entry.c index 275a0dc..106cb12 100644 --- a/src/lib/elm_entry.c +++ b/src/lib/elm_entry.c @@ -3689,7 +3689,7 @@ elm_entry_input_panel_imdata_get(const Evas_Object *obj, void *data, int *len) } EAPI void -elm_text_input_panel_return_key_type_set(Evas_Object *obj, Elm_Input_Panel_Return_Key_Type return_key_type) +elm_entry_input_panel_return_key_type_set(Evas_Object *obj, Elm_Input_Panel_Return_Key_Type return_key_type) { ELM_CHECK_WIDTYPE(obj, widtype); Widget_Data *wd = elm_widget_data_get(obj); diff --git a/src/lib/elm_entry.h b/src/lib/elm_entry.h index dd8bab9..f411b1f 100644 --- a/src/lib/elm_entry.h +++ b/src/lib/elm_entry.h @@ -1202,7 +1202,7 @@ EAPI void elm_entry_input_panel_imdata_get(const Evas_Object * * @param obj The entry object * @param return_key_type The type of "return" key on the input panel */ -EAPI void elm_text_input_panel_return_key_type_set(Evas_Object *obj, Elm_Input_Panel_Return_Key_Type return_key_type); +EAPI void elm_entry_input_panel_return_key_type_set(Evas_Object *obj, Elm_Input_Panel_Return_Key_Type return_key_type); /** * Get the "return" key type.