summaryrefslogtreecommitdiff
path: root/atspi/atspi-document.h
diff options
context:
space:
mode:
Diffstat (limited to 'atspi/atspi-document.h')
-rw-r--r--atspi/atspi-document.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/atspi/atspi-document.h b/atspi/atspi-document.h
index 85ba3389..cb6f9660 100644
--- a/atspi/atspi-document.h
+++ b/atspi/atspi-document.h
@@ -47,9 +47,17 @@ struct _AtspiDocument
gchar * atspi_document_get_locale (AtspiDocument *obj, GError **error);
+#ifndef ATSPI_DISABLE_DEPRECATED
gchar * atspi_document_get_attribute_value (AtspiDocument *obj, gchar *attribute, GError **error);
+#endif
+gchar * atspi_document_get_document_attribute_value (AtspiDocument *obj, gchar *attribute, GError **error);
+
+#ifndef ATSPI_DISABLE_DEPRECATED
GHashTable * atspi_document_get_attributes (AtspiDocument *obj, GError **error);
+#endif
+
+GHashTable * atspi_document_get_document_attributes (AtspiDocument *obj, GError **error);
G_END_DECLS