cef_dictionary_value_t.get_dictionary

Returns the value at the specified key as type dictionary. The returned value will reference existing data and modifications to the value will modify this object.

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

Meta