cef_value_t.set_int

Sets the underlying value as type int. 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_int;

Meta