summaryrefslogtreecommitdiff
path: root/gdk/gdkdrawable.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/gdkdrawable.h
parent28bebc863a57f368581efc7076246e0eb7122215 (diff)
downloadgdk-pixbuf-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/gdkdrawable.h')
-rw-r--r--gdk/gdkdrawable.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/gdk/gdkdrawable.h b/gdk/gdkdrawable.h
index 1e9194e4d..e6fc9914a 100644
--- a/gdk/gdkdrawable.h
+++ b/gdk/gdkdrawable.h
@@ -8,9 +8,7 @@
#include <cairo.h>
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
typedef struct _GdkDrawableClass GdkDrawableClass;
typedef struct _GdkTrapezoid GdkTrapezoid;
@@ -391,8 +389,6 @@ GdkImage *gdk_drawable_copy_to_image (GdkDrawable *drawable,
GdkRegion *gdk_drawable_get_clip_region (GdkDrawable *drawable);
GdkRegion *gdk_drawable_get_visible_region (GdkDrawable *drawable);
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
+G_END_DECLS
#endif /* __GDK_DRAWABLE_H__ */