summaryrefslogtreecommitdiff
path: root/atspi/atspi-table.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2012-05-21 17:40:11 -0500
committerMike Gorse <mgorse@suse.com>2012-05-21 17:40:11 -0500
commit6581952c14635348bb610af161e3acb61be5e698 (patch)
treeb32431983786e09615c2206f6851488e211c7724 /atspi/atspi-table.h
parent324fb3422c5fd8f96cae51d4f37812eee33078de (diff)
downloadat-spi2-core-6581952c14635348bb610af161e3acb61be5e698.tar.gz
Add G_BEGIN_DECLS and G_END_DECLS macros for prototypes to fix c++ linkage
Diffstat (limited to 'atspi/atspi-table.h')
-rw-r--r--atspi/atspi-table.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/atspi/atspi-table.h b/atspi/atspi-table.h
index 02d028d4..1295df11 100644
--- a/atspi/atspi-table.h
+++ b/atspi/atspi-table.h
@@ -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_ */