Merge "test : enhance accessible state information" into tizen_4.0
[platform/upstream/at-spi2-core.git] / atspi / atspi-selection.h
index 09dd6d1..8ac7e44 100644 (file)
@@ -4,6 +4,7 @@
  *
  * Copyright 2002 Ximian, Inc.
  *           2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
  *           
  *
  * This library is free software; you can redistribute it and/or
@@ -31,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)
@@ -61,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_ */