diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-02-05 20:13:20 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-02-06 01:16:32 -0500 |
commit | 4c150d8eb518c35c484802e5cd7da572e4030f25 (patch) | |
tree | 8867f973fd6c9737b5d7f05d6945817f354a37e2 /gtk/gtkgesturesingle.h | |
parent | 2616e6857cc136c654b64dd16839ddf89f4b5c62 (diff) | |
download | gtk+-4c150d8eb518c35c484802e5cd7da572e4030f25.tar.gz |
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.
Diffstat (limited to 'gtk/gtkgesturesingle.h')
-rw-r--r-- | gtk/gtkgesturesingle.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk/gtkgesturesingle.h b/gtk/gtkgesturesingle.h index 3dde8d7280..09dc9b6bb8 100644 --- a/gtk/gtkgesturesingle.h +++ b/gtk/gtkgesturesingle.h @@ -39,34 +39,34 @@ G_BEGIN_DECLS typedef struct _GtkGestureSingle GtkGestureSingle; typedef struct _GtkGestureSingleClass GtkGestureSingleClass; -GDK_AVAILABLE_IN_3_14 +GDK_AVAILABLE_IN_ALL GType gtk_gesture_single_get_type (void) G_GNUC_CONST; -GDK_AVAILABLE_IN_3_14 +GDK_AVAILABLE_IN_ALL gboolean gtk_gesture_single_get_touch_only (GtkGestureSingle *gesture); -GDK_AVAILABLE_IN_3_14 +GDK_AVAILABLE_IN_ALL void gtk_gesture_single_set_touch_only (GtkGestureSingle *gesture, gboolean touch_only); -GDK_AVAILABLE_IN_3_14 +GDK_AVAILABLE_IN_ALL gboolean gtk_gesture_single_get_exclusive (GtkGestureSingle *gesture); -GDK_AVAILABLE_IN_3_14 +GDK_AVAILABLE_IN_ALL void gtk_gesture_single_set_exclusive (GtkGestureSingle *gesture, gboolean exclusive); -GDK_AVAILABLE_IN_3_14 +GDK_AVAILABLE_IN_ALL guint gtk_gesture_single_get_button (GtkGestureSingle *gesture); -GDK_AVAILABLE_IN_3_14 +GDK_AVAILABLE_IN_ALL void gtk_gesture_single_set_button (GtkGestureSingle *gesture, guint button); -GDK_AVAILABLE_IN_3_14 +GDK_AVAILABLE_IN_ALL guint gtk_gesture_single_get_current_button (GtkGestureSingle *gesture); -GDK_AVAILABLE_IN_3_14 +GDK_AVAILABLE_IN_ALL GdkEventSequence * gtk_gesture_single_get_current_sequence (GtkGestureSingle *gesture); |