cef_domnode_t.set_element_attribute

Set the value for the element attribute named |attrName|. Returns true (1) on success.

struct cef_domnode_t
extern (System)
int function(cef_domnode_t* self, const(cef_string_t)* attrName, const(cef_string_t)* value) nothrow set_element_attribute;

Meta