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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/atspi/atspi-document.h b/atspi/atspi-document.h
index cb6f9660..f326d896 100644
--- a/atspi/atspi-document.h
+++ b/atspi/atspi-document.h
@@ -59,6 +59,10 @@ GHashTable * atspi_document_get_attributes (AtspiDocument *obj, GError **error);
GHashTable * atspi_document_get_document_attributes (AtspiDocument *obj, GError **error);
+gint atspi_document_get_page_count (AtspiDocument *obj, GError **error);
+gint atspi_document_get_current_page_number (AtspiDocument *obj, GError **error);
+
+
G_END_DECLS
#endif /* _ATSPI_DOCUMENT_H_ */