Functions

checker_error_quark ()

language_get_available ()

language_get_default ()

language_lookup (language_code)

Details

Gspell.checker_error_quark()
Return type:

int

Gspell.language_get_available()
Returns:

the list of available languages, sorted with Gspell.Language.compare().

Return type:

[Gspell.Language]

Gspell.language_get_default()
Returns:

the default Gspell.Language, or None if no dictionaries are available.

Return type:

Gspell.Language or None

Finds the best available language based on the current locale.

Gspell.language_lookup(language_code)
Parameters:

language_code (str) – a language code.

Returns:

a Gspell.Language corresponding to language_code, or None if not found.

Return type:

Gspell.Language or None