NEW 140638
[GTK] Add API to determine which spell checking dictionaries are available
https://bugs.webkit.org/show_bug.cgi?id=140638
Summary [GTK] Add API to determine which spell checking dictionaries are available
Michael Catanzaro
Reported 2015-01-19 13:00:32 PST
We either need to install missing spell checking dictionaries (either automatically or via new API), or else provide API for applications to figure out what they need to install for spell checking to work. Carlos requested the later.
Attachments
Patch (8.80 KB, patch)
2015-01-19 13:06 PST, Michael Catanzaro
no flags
Michael Catanzaro
Comment 1 2015-01-19 13:06:00 PST
Michael Catanzaro
Comment 2 2015-01-19 14:34:39 PST
mrobinson: So I guess the issue with the API is this: mrobinson: The API allows us to get the list without making implementation details assumptions, but the installation requires making the same assumptions. I'd really like to pair it with a function to install the dictionaries, something like: void webkit_web_context_install_spell_checking_dictionaries (WebKitWebContext*, char** dictionaries, GCancellable*, GAsyncReadyCallback, gpointer) gboolean webkit_web_context_install_spell_checking_dictionaries_finish(WebKitWebContext*, GAsyncResult*, GError**)
Note You need to log in before you can comment on or make changes to this bug.