[ CCode ( vfunc_name = "set_document_attribute" ) ]
[ 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.
this |
a Object instance that implements Document |
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 |
|