cef_value_t.set_list

Sets the underlying value as type list. 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_list_value_t* value) nothrow set_list;

Meta