Class
SpellingProvider
Description [src]
abstract class Spelling.Provider : GObject.Object
{
/* No available fields */
}
Abstract base class for spellchecking providers.
Instance methods
spelling_provider_get_default_code
Gets the default language code for the detected system locales, or NULL
if the provider doesn’t support any of them.
spelling_provider_load_dictionary
Gets a SpellingDictionary
for the requested language, or NULL
if the language is not supported.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.