Method
AtspiDocumentget_document_attributes
Declaration [src]
GHashTable*
atspi_document_get_document_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.
The implementation of this method is provided by atspi_document_get_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. |