AtkDocumentIface.setDocumentAttribute

struct AtkDocumentIface
extern (C)
int function(AtkDocument* document, const(char)* attributeName, const(char)* attributeValue) setDocumentAttribute;

Return Value

TRUE if #value is successfully associated with #attribute_name for this document, FALSE otherwise (e.g. if the document does not allow the attribute to be modified).

Meta