From 6581952c14635348bb610af161e3acb61be5e698 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Mon, 21 May 2012 17:40:11 -0500 Subject: Add G_BEGIN_DECLS and G_END_DECLS macros for prototypes to fix c++ linkage --- atspi/atspi-component.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'atspi/atspi-component.h') diff --git a/atspi/atspi-component.h b/atspi/atspi-component.h index c94147ce..dd3455a5 100644 --- a/atspi/atspi-component.h +++ b/atspi/atspi-component.h @@ -31,6 +31,8 @@ #include "atspi-types.h" +G_BEGIN_DECLS + typedef struct _AtspiRect AtspiRect; struct _AtspiRect { @@ -104,4 +106,7 @@ gboolean atspi_component_set_extents (AtspiComponent *obj, gint x, gint y, gint gboolean atspi_component_set_position (AtspiComponent *obj, gint x, gint y, AtspiCoordType ctype, GError **error); gboolean atspi_component_set_size (AtspiComponent *obj, gint width, gint height, GError **error); + +G_END_DECLS + #endif /* _ATSPI_COMPONENT_H_ */ -- cgit v1.2.1