cef_value_t.set_dictionary

Sets the underlying value as type dict. Returns true (1) if the value was set successfully. This object keeps a reference to |value| and ownership of the underlying data remains unchanged.

struct cef_value_t
extern (System)
int function(cef_value_t* self, cef_dictionary_value_t* value) nothrow set_dictionary;

Meta