Merge "test : enhance accessible state information" into tizen_4.0
[platform/upstream/at-spi2-core.git] / atspi / atspi-selection.h
index 9e0b26c..8ac7e44 100644 (file)
@@ -32,6 +32,8 @@
 
 #include "atspi-types.h"
 
+G_BEGIN_DECLS
+
 #define ATSPI_TYPE_SELECTION                    (atspi_selection_get_type ())
 #define ATSPI_IS_SELECTION(obj)                 G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATSPI_TYPE_SELECTION)
 #define ATSPI_SELECTION(obj)                    G_TYPE_CHECK_INSTANCE_CAST ((obj), ATSPI_TYPE_SELECTION, AtspiSelection)
@@ -62,4 +64,6 @@ gboolean atspi_selection_select_all (AtspiSelection *obj, GError **error);
 
 gboolean atspi_selection_clear_selection (AtspiSelection *obj, GError **error);
 
+G_END_DECLS
+
 #endif /* _ATSPI_SELECTION_H_ */