Add @since in the doc of ecore_imf_input_panel_hide () API

This commit is contained in:
Jihoon Kim 2013-11-11 20:02:51 +09:00
parent 8f15ccdce8
commit d47bc40896
1 changed files with 1 additions and 0 deletions

View File

@ -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);