cef_context_menu_params_t.get_dictionary_suggestions

Returns true (1) if suggestions exist, false (0) otherwise. Fills in |suggestions| from the spell check service for the misspelled word if there is one.

struct cef_context_menu_params_t
extern (System)
int function(cef_context_menu_params_t* self, cef_string_list_t suggestions) nothrow get_dictionary_suggestions;

Meta