cef_value_t.set_null

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

struct cef_value_t
extern (System)
int function(cef_value_t* self) nothrow set_null;

Meta