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/gtkstatusbar.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk/gtkstatusbar.c') diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c index 3edb920424..fc0336cbb2 100644 --- a/gtk/gtkstatusbar.c +++ b/gtk/gtkstatusbar.c @@ -478,8 +478,6 @@ gtk_statusbar_remove (GtkStatusbar *statusbar, * * Forces the removal of all messages from a statusbar's * stack with the exact @context_id. - * - * Since: 2.22 */ void gtk_statusbar_remove_all (GtkStatusbar *statusbar, @@ -539,8 +537,6 @@ gtk_statusbar_remove_all (GtkStatusbar *statusbar, * Retrieves the box containing the label widget. * * Returns: (type Gtk.Box) (transfer none): a #GtkBox - * - * Since: 2.20 */ GtkWidget* gtk_statusbar_get_message_area (GtkStatusbar *statusbar) -- cgit v1.2.1