summaryrefslogtreecommitdiff
path: root/gdk/gdkdevicepad.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-02-05 20:13:20 +0100
committerMatthias Clasen <mclasen@redhat.com>2018-02-06 01:16:32 -0500
commit4c150d8eb518c35c484802e5cd7da572e4030f25 (patch)
tree8867f973fd6c9737b5d7f05d6945817f354a37e2 /gdk/gdkdevicepad.h
parent2616e6857cc136c654b64dd16839ddf89f4b5c62 (diff)
downloadgtk+-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 'gdk/gdkdevicepad.h')
-rw-r--r--gdk/gdkdevicepad.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdk/gdkdevicepad.h b/gdk/gdkdevicepad.h
index 040f0da32c..9d00bc7699 100644
--- a/gdk/gdkdevicepad.h
+++ b/gdk/gdkdevicepad.h
@@ -50,21 +50,21 @@ typedef enum {
GDK_DEVICE_PAD_FEATURE_STRIP
} GdkDevicePadFeature;
-GDK_AVAILABLE_IN_3_22
+GDK_AVAILABLE_IN_ALL
GType gdk_device_pad_get_type (void) G_GNUC_CONST;
-GDK_AVAILABLE_IN_3_22
+GDK_AVAILABLE_IN_ALL
gint gdk_device_pad_get_n_groups (GdkDevicePad *pad);
-GDK_AVAILABLE_IN_3_22
+GDK_AVAILABLE_IN_ALL
gint gdk_device_pad_get_group_n_modes (GdkDevicePad *pad,
gint group_idx);
-GDK_AVAILABLE_IN_3_22
+GDK_AVAILABLE_IN_ALL
gint gdk_device_pad_get_n_features (GdkDevicePad *pad,
GdkDevicePadFeature feature);
-GDK_AVAILABLE_IN_3_22
+GDK_AVAILABLE_IN_ALL
gint gdk_device_pad_get_feature_group (GdkDevicePad *pad,
GdkDevicePadFeature feature,
gint feature_idx);