cef_value_t.is_read_only

Returns true (1) if the underlying data is read-only. Some APIs may expose read-only objects.

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

Meta