cef_value_t.set_bool

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

struct cef_value_t
extern (System)
int function(cef_value_t* self, int value) nothrow set_bool;

Meta