cef_value_t.set_string

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

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

Meta