Method

SpellingDictionaryadd_word

Declaration [src]

void
spelling_dictionary_add_word (
  SpellingDictionary* self,
  const char* word
)

Description [src]

Adds word to the 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.