From 4c150d8eb518c35c484802e5cd7da572e4030f25 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Feb 2018 20:13:20 +0100 Subject: The big versioning cleanup Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning. --- gtk/gtkbox.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gtk/gtkbox.c') diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index 55681262bf..3567ecbe5f 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -1332,8 +1332,6 @@ gtk_box_init (GtkBox *box) * Creates a new #GtkBox. * * Returns: a new #GtkBox. - * - * Since: 3.0 **/ GtkWidget* gtk_box_new (GtkOrientation orientation, @@ -1478,8 +1476,6 @@ gtk_box_get_spacing (GtkBox *box) * and the baseline is not allocated by the parent then * @position is used to allocate the baseline wrt the * extra space available. - * - * Since: 3.10 */ void gtk_box_set_baseline_position (GtkBox *box, @@ -1506,8 +1502,6 @@ gtk_box_set_baseline_position (GtkBox *box, * Gets the value set by gtk_box_set_baseline_position(). * * Returns: the baseline position - * - * Since: 3.10 **/ GtkBaselinePosition gtk_box_get_baseline_position (GtkBox *box) -- cgit v1.2.1