cef_dictionary_value_t.remove

Removes the value at the specified key. Returns true (1) is the value was removed successfully.

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

Meta