Method

SpellingProviderget_display_name

Declaration [src]

const char*
spelling_provider_get_display_name (
  SpellingProvider* self
)

Description [src]

Gets the display name of the provider, or NULL if undefined.

Return value

Returns: const char*
 

The display name of the provider.

 The data is owned by the instance.
 The return value can be NULL.
 The value is a NUL terminated UTF-8 string.