[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[]? list_corrections (string word, ssize_t word_len)
Retrieves a list of possible corrections for word.
| this |
a `SpellingDictionary` |
| word |
a word to be checked |
| word_len |
the length of |
|
A list of possible corrections, or null. |