summaryrefslogtreecommitdiff
path: root/gdk/gdkpango.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-06-12 05:32:25 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-06-12 05:32:25 +0000
commit411241fb2610f77a3b4d5bc3a9cfbd78a4a87312 (patch)
tree333966387998a5891c8997df232e69ac6a31edf0 /gdk/gdkpango.h
parent28bebc863a57f368581efc7076246e0eb7122215 (diff)
downloadgtk+-411241fb2610f77a3b4d5bc3a9cfbd78a4a87312.tar.gz
Cleanup. (#169648, Fabricio Barros Cabral)
2005-06-12 Matthias Clasen <mclasen@redhat.com> * gdk/*.h: Cleanup. (#169648, Fabricio Barros Cabral)
Diffstat (limited to 'gdk/gdkpango.h')
-rw-r--r--gdk/gdkpango.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/gdk/gdkpango.h b/gdk/gdkpango.h
index 492f144ad1..496faf01fb 100644
--- a/gdk/gdkpango.h
+++ b/gdk/gdkpango.h
@@ -22,9 +22,7 @@
#include <gdk/gdktypes.h>
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
/* Pango interaction */
@@ -151,8 +149,6 @@ struct _GdkPangoAttrEmbossed
PangoAttribute *gdk_pango_attr_stipple_new (GdkBitmap *stipple);
PangoAttribute *gdk_pango_attr_embossed_new (gboolean embossed);
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
+G_END_DECLS
#endif /* __GDK_FONT_H__ */