Add explanation about ecore_imf_context_retrieve_surrounding_callback_set

ecore_imf_context_retrieve_surrounding_callback_set () is very important to input languages such as Thai.
This commit is contained in:
Jihoon Kim 2014-09-16 14:22:19 +09:00
parent 329c07452a
commit 7387f7acfd
1 changed files with 2 additions and 0 deletions

View File

@ -923,6 +923,8 @@ EAPI void ecore_imf_context_use_preedit_set(Ecore_IMF_C
*
* This callback will be called when the Input Method Context
* module requests the surrounding context.
* Input methods typically want context in order to constrain input text based on existing text;
* this is important for languages such as Thai where only some sequences of characters are allowed.
*
* @param ctx An #Ecore_IMF_Context.
* @param func The callback to be called.