WebKit2.WebContext.prototype.get_spell_checking_languages
function get_spell_checking_languages(): Array(String) { // Gjs wrapper for webkit_web_context_get_spell_checking_languages() }
Get the the list of spell checking languages associated with context, or null if no languages have been previously set.
See WebKit2.WebContext.prototype.set_spell_checking_languages for more details on the format of the languages in the list.
- Returns
A null-terminated array of languages if available, or null otherwise.