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 afe79695..85ba3389 100644
--- a/atspi/atspi-document.h
+++ b/atspi/atspi-document.h
@@ -31,6 +31,8 @@
#include "atspi-types.h"
+G_BEGIN_DECLS
+
#define ATSPI_TYPE_DOCUMENT (atspi_document_get_type ())
#define ATSPI_IS_DOCUMENT(obj) G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATSPI_TYPE_DOCUMENT)
#define ATSPI_DOCUMENT(obj) G_TYPE_CHECK_INSTANCE_CAST ((obj), ATSPI_TYPE_DOCUMENT, AtspiDocument)
@@ -49,4 +51,6 @@ gchar * atspi_document_get_attribute_value (AtspiDocument *obj, gchar *attribute
GHashTable * atspi_document_get_attributes (AtspiDocument *obj, GError **error);
+G_END_DECLS
+
#endif /* _ATSPI_DOCUMENT_H_ */