elm_entry: add complementary description about elm_entry_imf_context_reset

SVN revision: 70428
This commit is contained in:
Jihoon Kim 2012-04-24 05:20:43 +00:00
parent 6c142a1324
commit 44759abe47
1 changed files with 2 additions and 1 deletions

View File

@ -1479,7 +1479,8 @@ EAPI void elm_entry_input_panel_return_key_autoenabled_set(Eva
/**
* Reset the input method context of the entry if needed.
*
* This can be necessary in the case where modifying the buffer would confuse on-going input method behavior
* This can be necessary in the case where modifying the buffer would confuse on-going input method behavior.
* This will typically cause the Input Method Context to clear the preedit state.
* @param obj The entry object
*
* @ingroup Entry