cef_list_value_t.set_string

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

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

Meta