cef_dictionary_value_t.set_string

Sets the value at the specified key as type string. Returns true (1) if the value was set successfully.

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

Meta