Method
SpellingProviderload_dictionary
Declaration [src]
SpellingDictionary*
spelling_provider_load_dictionary (
SpellingProvider* self,
const char* language
)
Description [src]
Gets a SpellingDictionary for the requested language, or NULL
if the language is not supported.
Parameters
language |
const char* |
The language to load such as |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. |
Return value
| Returns: | SpellingDictionary |
A |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |