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