Class

SpellingProvider

Description

abstract class Spelling.Provider : GObject.Object
{
  /* No available fields */
}

No description available.

Ancestors

Functions

spelling_provider_get_default

Gets the default spell provider.

Instance methods

spelling_provider_get_default_code
No description available.

spelling_provider_get_display_name
No description available.

spelling_provider_get_language

Gets an SpellingLanguage for the requested language, or NULL if the language is not supported.

spelling_provider_list_languages

Gets a list of the languages supported by the provider.

spelling_provider_supports_language

Checks of language is supported by the provider.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Spelling.Provider:display-name
No description available.

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.

Class structure

struct SpellingProviderClass {
  /* no available fields */
}

No description available.