WebContext.getSpellCheckingLanguages

Get the the list of spell checking languages associated with @context, or %NULL if no languages have been previously set.

See webkit_web_context_set_spell_checking_languages() for more details on the format of the languages in the list.

class WebContext
string[]
getSpellCheckingLanguages
()

Return Value

Type: string[]

A %NULL-terminated array of languages if available, or %NULL otherwise.

Meta