Method

SpellingDictionaryadd_word

Declaration [src]

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

Description [src]

Adds word to the dictionary.

Parameters

word const char*
 

A word to be added.

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