Constructor
SpellingCheckernew
Declaration [src]
SpellingChecker*
spelling_checker_new (
SpellingProvider* provider,
const char* language
)
Parameters
provider |
SpellingProvider |
| No description available. | |
| The data is owned by the caller of the function. | |
language |
const char* |
| No description available. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. |
Return value
| Returns: | SpellingChecker |
A newly created |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |