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/gtkscrollbar.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk/gtkscrollbar.c') diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c index 8ddb412ad5..131c197c50 100644 --- a/gtk/gtkscrollbar.c +++ b/gtk/gtkscrollbar.c @@ -271,8 +271,6 @@ gtk_scrollbar_init (GtkScrollbar *self) * Creates a new scrollbar with the given orientation. * * Returns: the new #GtkScrollbar. - * - * Since: 3.0 **/ GtkWidget * gtk_scrollbar_new (GtkOrientation orientation, -- cgit v1.2.1