cef_dictionary_value_t.has_key

Returns true (1) if the current dictionary has a value for the given key.

struct cef_dictionary_value_t
extern (System)
int function(cef_dictionary_value_t* self, const(cef_string_t)* key) nothrow has_key;

Meta