Virtual Method
AtkDocumentset_document_attribute
Declaration [src]
gboolean
set_document_attribute (
AtkDocument* document,
const gchar* attribute_name,
const gchar* attribute_value
)
Parameters
attribute_name |
const gchar* |
A character string representing the name of the attribute whose value is being set. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
attribute_value |
const gchar* |
A string value to be associated with |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |