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/gtkwindowgroup.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gtk/gtkwindowgroup.c') diff --git a/gtk/gtkwindowgroup.c b/gtk/gtkwindowgroup.c index 38befc5a4c..da1ddc92fc 100644 --- a/gtk/gtkwindowgroup.c +++ b/gtk/gtkwindowgroup.c @@ -206,8 +206,6 @@ gtk_window_group_remove_window (GtkWindowGroup *window_group, * * Returns: (element-type GtkWindow) (transfer container): A * newly-allocated list of windows inside the group. - * - * Since: 2.14 **/ GList * gtk_window_group_list_windows (GtkWindowGroup *window_group) @@ -240,8 +238,6 @@ gtk_window_group_list_windows (GtkWindowGroup *window_group) * see gtk_grab_add(). * * Returns: (transfer none): the current grab widget of the group - * - * Since: 2.22 */ GtkWidget * gtk_window_group_get_current_grab (GtkWindowGroup *window_group) @@ -361,8 +357,6 @@ _gtk_window_group_remove_device_grab (GtkWindowGroup *window_group, * Returns the current grab widget for @device, or %NULL if none. * * Returns: (nullable) (transfer none): The grab widget, or %NULL - * - * Since: 3.0 */ GtkWidget * gtk_window_group_get_current_device_grab (GtkWindowGroup *window_group, -- cgit v1.2.1