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/gtkgesturezoom.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk/gtkgesturezoom.h') diff --git a/gtk/gtkgesturezoom.h b/gtk/gtkgesturezoom.h index 065f23338c..35a67d75b4 100644 --- a/gtk/gtkgesturezoom.h +++ b/gtk/gtkgesturezoom.h @@ -39,13 +39,13 @@ G_BEGIN_DECLS typedef struct _GtkGestureZoom GtkGestureZoom; typedef struct _GtkGestureZoomClass GtkGestureZoomClass; -GDK_AVAILABLE_IN_3_14 +GDK_AVAILABLE_IN_ALL GType gtk_gesture_zoom_get_type (void) G_GNUC_CONST; -GDK_AVAILABLE_IN_3_14 +GDK_AVAILABLE_IN_ALL GtkGesture * gtk_gesture_zoom_new (GtkWidget *widget); -GDK_AVAILABLE_IN_3_14 +GDK_AVAILABLE_IN_ALL gdouble gtk_gesture_zoom_get_scale_delta (GtkGestureZoom *gesture); G_END_DECLS -- cgit v1.2.1