Virtual Method
AtkDocumentget_document_attribute_value
Declaration [src]
const gchar*
get_document_attribute_value (
AtkDocument* document,
const gchar* attribute_name
)
Description [src]
Retrieves the value of the given attribute_name
inside document
.
Available since: | 1.12 |
Parameters
attribute_name |
const gchar* |
A character string representing the name of the attribute whose value is being queried. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | const gchar* |
A string value associated with the named
attribute for this document, or |
|
The data is owned by the called function. | |
The return value can be NULL . | |
The value is a NUL terminated UTF-8 string. |