Fix return type of elm_entry_input_panel_hide

SVN revision: 67880
This commit is contained in:
Jihoon Kim 2012-02-13 11:27:14 +00:00
parent 608e9664f3
commit b2053ef54a
2 changed files with 2 additions and 2 deletions

View File

@ -3585,7 +3585,7 @@ elm_entry_input_panel_show(Evas_Object *obj)
edje_object_part_text_input_panel_show(wd->ent, "elm.text");
}
EAPI Eina_Bool
EAPI void
elm_entry_input_panel_hide(Evas_Object *obj)
{
ELM_CHECK_WIDTYPE(obj, widtype);

View File

@ -1130,7 +1130,7 @@ EAPI void elm_entry_input_panel_show(Evas_Object *obj);
*
* @param obj The entry object
*/
EAPI Eina_Bool elm_entry_input_panel_hide(Evas_Object *obj);
EAPI void elm_entry_input_panel_hide(Evas_Object *obj);
/* pre-made filters for entries */