cef_browser_host_t.replace_misspelling

If a misspelled word is currently selected in an editable node calling this function will replace it with the specified |word|.

struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, const(cef_string_t)* word) nothrow replace_misspelling;

Meta