Method

SpellingCheckeradd_word

Declaration [src]

void
spelling_checker_add_word (
  SpellingChecker* self,
  const char* word
)

Description [src]

Adds word to the active dictionary.

Parameters

word

Type: const char*

A word to be added.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.