Method

SpellingDictionaryignore_word

Declaration [src]

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

Description [src]

Requests the dictionary to ignore word.

Parameters

word const char*
 

A word to be ignored.

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