]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkhbbox.h
Display an error when we come to the root.
[~andy/gtk] / gtk / gtkhbbox.h
index 52203b47240ca9f56915dc158233b3b8adbbcdd4..7423a7547b7cec0429064bc0826bd8816e0bae59 100644 (file)
 #include <gtk/gtkbbox.h>
 
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
+G_BEGIN_DECLS
 
 #define GTK_TYPE_HBUTTON_BOX                  (gtk_hbutton_box_get_type ())
 #define GTK_HBUTTON_BOX(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_HBUTTON_BOX, GtkHButtonBox))
@@ -71,9 +68,6 @@ void gtk_hbutton_box_set_spacing_default (gint spacing);
 void gtk_hbutton_box_set_layout_default (GtkButtonBoxStyle layout);
 #endif
 
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
 
 #endif /* __GTK_HBUTTON_BOX_H__ */