cef_browser_host_t.add_word_to_dictionary

Add the specified |word| to the spelling dictionary.

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

Meta