cef_dictionary_value_t.set_dictionary

Sets the value at the specified key as type dict. Returns true (1) if the value was set successfully. If |value| is currently owned by another object then the value will be copied and the |value| reference will not change. Otherwise, ownership will be transferred to this object and the |value| reference will be invalidated.

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

Meta