cef_list_value_t.set_size

Sets the number of values. If the number of values is expanded all new value slots will default to type null. Returns true (1) on success.

struct cef_list_value_t
extern (System)
int function(cef_list_value_t* self, size_t size) nothrow set_size;

Meta