Reduce action related IPC
[platform/upstream/at-spi2-core.git] / atspi / atspi-table.h
index 02d028d..1295df1 100644 (file)
@@ -32,6 +32,8 @@
 
 #include "atspi-types.h"
 
+G_BEGIN_DECLS
+
 #define ATSPI_TYPE_TABLE                    (atspi_table_get_type ())
 #define ATSPI_IS_TABLE(obj)                 G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATSPI_TYPE_TABLE)
 #define ATSPI_TABLE(obj)                    G_TYPE_CHECK_INSTANCE_CAST ((obj), ATSPI_TYPE_TABLE, AtspiTable)
@@ -98,4 +100,6 @@ gboolean atspi_table_get_row_column_extents_at_index (AtspiTable *obj, gint inde
 
 gboolean atspi_table_is_selected (AtspiTable *obj, gint row, gint column, GError **error);
 
+G_END_DECLS
+
 #endif /* _ATSPI_TABLE_H_ */