Functions in spellcheck_client.h
Functions in the Spellcheck library.
Related links
- spellcheck_client.h
Functions to perform spell checks and provide suggested spellings.
- spellcheck_check_spelling()
Check the spelling of a word.
- spellcheck_destroy()
Disconnect an instance of the spell check client and deallocate memory used by the spellcheck_context structure.
- spellcheck_get_number_of_suggestions()
Get the total number of spelling suggestions for a word.
- spellcheck_get_suggestion_at_index()
Get an indexed spelling suggestion for a word.
- spellcheck_get_suggestions()
Get spelling suggestions for a word.
- spellcheck_get_version()
Get the version number of the spell check client.
- spellcheck_init()
Initialize and connect an instance of the spell check client.
- spellcheck_suggestions_destroy()
Deallocate memory used by a spellcheck_suggestions_t structure.