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 /gdk/gdkdevicetool.c | |
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 'gdk/gdkdevicetool.c')
-rw-r--r-- | gdk/gdkdevicetool.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdk/gdkdevicetool.c b/gdk/gdkdevicetool.c index be8122568d..a56f8e4b2b 100644 --- a/gdk/gdkdevicetool.c +++ b/gdk/gdkdevicetool.c @@ -160,8 +160,6 @@ gdk_device_tool_new (guint64 serial, * physical tool (eg. a tablet pen) across program executions. * * Returns: The serial ID for this tool - * - * Since: 3.22 **/ guint64 gdk_device_tool_get_serial (GdkDeviceTool *tool) @@ -186,8 +184,6 @@ gdk_device_tool_get_serial (GdkDeviceTool *tool) * but having different hardware identificators. * * Returns: The hardware identificator of this tool. - * - * Since: 3.22 **/ guint64 gdk_device_tool_get_hardware_id (GdkDeviceTool *tool) @@ -205,8 +201,6 @@ gdk_device_tool_get_hardware_id (GdkDeviceTool *tool) * * Returns: The physical type for this tool. This can be used to figure out what * sort of pen is being used, such as an airbrush or a pencil. - * - * Since: 3.22 **/ GdkDeviceToolType gdk_device_tool_get_tool_type (GdkDeviceTool *tool) |