cef_dictionary_value_t.get_value

Returns the value at the specified key. For simple types the returned value will copy existing data and modifications to the value will not modify this object. For complex types (binary, dictionary and list) the returned value will reference existing data and modifications to the value will modify this object.

struct cef_dictionary_value_t
extern (System)
cef_value_t* function(cef_dictionary_value_t* self, const(cef_string_t)* key) nothrow get_value;

Meta