jihoon pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=d47bc408964937771e15671be752d74fcb17b424
commit d47bc408964937771e15671be752d74fcb17b424 Author: Jihoon Kim <[email protected]> Date: Mon Nov 11 20:02:51 2013 +0900 Add @since in the doc of ecore_imf_input_panel_hide () API --- src/lib/ecore_imf/Ecore_IMF.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index df37a4d..3d16c72 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -541,6 +541,7 @@ EAPI void ecore_imf_module_register(const Ecore_IMF_Con * @return EINA_TRUE if the input panel will be hidden EINA_FALSE if the input panel is already in hidden state * @ingroup Ecore_IMF_Lib_Group + * @since 1.8.0 */ EAPI Eina_Bool ecore_imf_input_panel_hide(void); --
