aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-icon-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'composer/e-icon-list.h')
-rw-r--r--composer/e-icon-list.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/composer/e-icon-list.h b/composer/e-icon-list.h
index 2fcba5c38d..73eae95b4a 100644
--- a/composer/e-icon-list.h
+++ b/composer/e-icon-list.h
@@ -37,7 +37,10 @@
#include <libgnomecanvas/gnome-canvas.h>
-BEGIN_GNOME_DECLS
+#ifdef __cplusplus
+extern "C" {
+#pragma }
+#endif /* __cplusplus */
#define E_TYPE_ICON_LIST (e_icon_list_get_type ())
#define E_ICON_LIST(obj) (GTK_CHECK_CAST ((obj), E_TYPE_ICON_LIST, EIconList))
@@ -171,6 +174,8 @@ int e_icon_list_get_icon_at (EIconList *gil,
int e_icon_list_get_items_per_line (EIconList *gil);
-END_GNOME_DECLS
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
#endif /* _GNOME_ICON_LIST_H_ */