Method

SpellingDictionarycontains_word

Declaration [src]

gboolean
spelling_dictionary_contains_word (
  SpellingDictionary* self,
  const char* word,
  gssize word_len
)

Description [src]

Checks if the dictionary contains word.

Parameters

word const char*
 

A word to be checked.

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

Length of the word, in bytes.

Return value

Returns: gboolean
 

TRUE if the dictionary contains the word.