get_suggestions


Description:

public SList<string> get_suggestions (string word, ssize_t word_length)

Gets the suggestions for word.

Free the return value with g_slist_free_full(suggestions, g_free).

Parameters:

this

a Checker.

word

a misspelled word.

word_length

the byte length of word, or -1 if word is nul-terminated.

Returns:

the list of suggestions.