set_attribute_value
Description:
[ CCode ( vfunc_name = "set_document_attribute" ) ]
[ Version ( since = "1.12" ) ]
public virtual bool set_attribute_value (string attribute_name, string attribute_value)
[ Version ( since = "1.12" ) ]
public virtual bool set_attribute_value (string attribute_name, string attribute_value)
Sets the value for the given attribute_name
inside this.
Parameters:
this | |
attribute_name |
a character string representing the name of the attribute whose value is being set. |
attribute_value |
a string value to be associated with |
Returns:
|