cef_dictionary_value_t.copy

Returns a writable copy of this object. If |exclude_NULL_children| is true (1) any NULL dictionaries or lists will be excluded from the copy.

struct cef_dictionary_value_t
extern (System)
cef_dictionary_value_t* function(cef_dictionary_value_t* self, int exclude_empty_children) nothrow copy;

Meta