Method

SpellingCheckerignore_word

Declaration [src]

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

Description [src]

Requests the active 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.