Changes between Version 5 and Version 6 of WK2-EFLTextCheckerApiTutorial
- Timestamp:
- May 10, 2013, 2:37:07 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WK2-EFLTextCheckerApiTutorial
v5 v6 59 59 There is a possibility to retrieve a list of dictionaries that are supported/installed by OS. The following API from ewk_text_checker.h should be used: 60 60 {{{ 61 Eina_List *ewk_ settings_spell_checking_available_languages_get(void);61 Eina_List *ewk_text_checker_spell_checking_available_languages_get(void); 62 62 }}} 63 63