add_word_to_session


Description:

public void add_word_to_session (string word, ssize_t word_length)

Adds a word to the session dictionary.

Each Checker instance has a different session dictionary. The session dictionary is lost when the language property changes or when this is destroyed or when clear_session is called.

This function is typically called for an “Ignore All” action.

Parameters:

this

a Checker.

word

a word.

word_length

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