Fix return type of elm_entry_input_panel_hide
authorjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 13 Feb 2012 11:27:14 +0000 (11:27 +0000)
committerjihoon <jihoon@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 13 Feb 2012 11:27:14 +0000 (11:27 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67880 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_entry.c
src/lib/elm_entry.h

index 1cd3b80..a913a83 100644 (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);
index 3586de3..e59deec 100644 (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 */