Method
AtspiDocumentget_attributes
Declaration [src]
GHashTable*
atspi_document_get_attributes (
AtspiDocument* obj
GError** error
)
Description [src]
Gets all constant attributes for the document as a whole. For attributes
that change within the document content, see atspi_text_get_attribute_run instead.
| Deprecated since: | 2.10 |
Use atspi_document_get_document_attributes instead. | |
This method is renamed to atspi_document_get_document_attributes() in language bindings | |
Return value
| Returns: | GHashTable |
A |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. |