summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-05-06 03:12:33 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-06 03:12:33 +0000
commitf8e922f9ec3a45181786daa0000308e0cbd6a2e9 (patch)
tree400d34032e813d6be971177a0271ddbe89142eb4 /gtk/gtkwidget.h
parentd0b22eb54211d0cc88793ca7266c9037e6499d83 (diff)
downloadgtk+-f8e922f9ec3a45181786daa0000308e0cbd6a2e9.tar.gz
Small cleanups.
2005-05-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreednd.h: * gtk/gtkwidget.h: Small cleanups.
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r--gtk/gtkwidget.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 2a0a73291c..ac8ef52cf2 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -35,10 +35,7 @@
#include <gtk/gtksettings.h>
#include <atk/atkobject.h>
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
+G_BEGIN_DECLS
/* The flags that are used by GtkWidget on top of the
* flags field of GtkObject.
@@ -787,9 +784,6 @@ void _gtk_widget_propagate_screen_changed (GtkWidget *widget,
GdkColormap* _gtk_widget_peek_colormap (void);
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
#endif /* __GTK_WIDGET_H__ */