cef_list_value_t.is_read_only

Returns true (1) if the values of this object are read-only. Some APIs may expose read-only objects.

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

Meta