summaryrefslogtreecommitdiff
path: root/gdk/gdkdevicepad.c
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.c
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.c')
-rw-r--r--gdk/gdkdevicepad.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdk/gdkdevicepad.c b/gdk/gdkdevicepad.c
index cfb4780209..aa0642e292 100644
--- a/gdk/gdkdevicepad.c
+++ b/gdk/gdkdevicepad.c
@@ -72,8 +72,6 @@ gdk_device_pad_default_init (GdkDevicePadInterface *pad)
* current mode.
*
* Returns: The number of button/ring/strip groups in the pad.
- *
- * Since: 3.22
**/
gint
gdk_device_pad_get_n_groups (GdkDevicePad *pad)
@@ -93,8 +91,6 @@ gdk_device_pad_get_n_groups (GdkDevicePad *pad)
* Returns the number of modes that @group may have.
*
* Returns: The number of modes available in @group.
- *
- * Since: 3.22
**/
gint
gdk_device_pad_get_group_n_modes (GdkDevicePad *pad,
@@ -116,8 +112,6 @@ gdk_device_pad_get_group_n_modes (GdkDevicePad *pad,
* Returns the number of features a tablet pad has.
*
* Returns: The amount of elements of type @feature that this pad has.
- *
- * Since: 3.22
**/
gint
gdk_device_pad_get_n_features (GdkDevicePad *pad,
@@ -140,8 +134,6 @@ gdk_device_pad_get_n_features (GdkDevicePad *pad,
* or -1 if feature/index do not exist in @pad.
*
* Returns: The group number of the queried pad feature.
- *
- * Since: 3.22
**/
gint
gdk_device_pad_get_feature_group (GdkDevicePad *pad,