list_corrections


Description:

[ 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.

Parameters:

this

a `SpellingDictionary`

word

a word to be checked

word_len

the length of word, or -1 if word is zero-terminated

Returns:

A list of possible corrections, or null.