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-image.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'atspi/atspi-image.h') diff --git a/atspi/atspi-image.h b/atspi/atspi-image.h index 4a9bb8cc..3fa40ef0 100644 --- a/atspi/atspi-image.h +++ b/atspi/atspi-image.h @@ -32,6 +32,8 @@ #include "atspi-types.h" +G_BEGIN_DECLS + #define ATSPI_TYPE_IMAGE (atspi_image_get_type ()) #define ATSPI_IS_IMAGE(obj) G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATSPI_TYPE_IMAGE) #define ATSPI_IMAGE(obj) G_TYPE_CHECK_INSTANCE_CAST ((obj), ATSPI_TYPE_IMAGE, AtspiImage) @@ -53,4 +55,7 @@ AtspiPoint * atspi_image_get_image_position (AtspiImage *obj, AtspiCoordType cty AtspiRect * atspi_image_get_image_extents (AtspiImage *obj, AtspiCoordType ctype, GError **error); gchar * atspi_image_get_image_locale (AtspiImage *obj, GError **error); + +G_END_DECLS + #endif /* _ATSPI_IMAGE_H_ */ -- cgit v1.2.1