]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkbox.h
Make orientable base classes instantiable
[~andy/gtk] / gtk / gtkbox.h
index 7e9a4cdf181773ddb64b721c4cd44be099efa01f..0d0cfb07a80c2a608421eda67c3048a4a15996c8 100644 (file)
@@ -102,7 +102,7 @@ struct _GtkBoxChild
 #endif
 
 GType       gtk_box_get_type            (void) G_GNUC_CONST;
-GtkWidget* _gtk_box_new                 (GtkOrientation  orientation,
+GtkWidget*  gtk_box_new                 (GtkOrientation  orientation,
                                          gboolean        homogeneous,
                                          gint            spacing);