]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcolorseldialog.h
Display an error when we come to the root.
[~andy/gtk] / gtk / gtkcolorseldialog.h
index 6a1c657de30ac34d7ab0872cff75611df5a90c2b..7ad02491173d814594ae95dbb52dbf47d77d0224 100644 (file)
@@ -30,9 +30,7 @@
 #include <gtk/gtkcolorsel.h>
 #include <gtk/gtkvbox.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
 
 #define GTK_TYPE_COLOR_SELECTION_DIALOG            (gtk_color_selection_dialog_get_type ())
 #define GTK_COLOR_SELECTION_DIALOG(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_COLOR_SELECTION_DIALOG, GtkColorSelectionDialog))
@@ -73,9 +71,6 @@ GType      gtk_color_selection_dialog_get_type (void) G_GNUC_CONST;
 GtkWidget* gtk_color_selection_dialog_new      (const gchar *title); 
 
 
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
 
 #endif /* __GTK_COLOR_SELECTION_DIALOG_H__ */