summaryrefslogtreecommitdiff
path: root/gdk/gdkdevicetool.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-08-13 21:00:36 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-08-13 22:24:06 -0400
commit9786185cc0fe7c2de64a5fbc25ec29879ab3f3ff (patch)
tree40bcc96db83783fd7c02461c099940c27209748f /gdk/gdkdevicetool.h
parent22ac6d31482150486e4d7eb5699d81aa88ffac5f (diff)
downloadgtk+-9786185cc0fe7c2de64a5fbc25ec29879ab3f3ff.tar.gz
gdk: Clean up gdkdevice.h
This header looked just too disorderly. Same for gdkdevicetool.h.
Diffstat (limited to 'gdk/gdkdevicetool.h')
-rw-r--r--gdk/gdkdevicetool.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdk/gdkdevicetool.h b/gdk/gdkdevicetool.h
index d1e5b28e21..1a6a90d756 100644
--- a/gdk/gdkdevicetool.h
+++ b/gdk/gdkdevicetool.h
@@ -60,19 +60,19 @@ typedef enum {
} GdkDeviceToolType;
GDK_AVAILABLE_IN_ALL
-GType gdk_device_tool_get_type (void) G_GNUC_CONST;
+GType gdk_device_tool_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL
-guint64 gdk_device_tool_get_serial (GdkDeviceTool *tool);
+guint64 gdk_device_tool_get_serial (GdkDeviceTool *tool);
GDK_AVAILABLE_IN_ALL
-guint64 gdk_device_tool_get_hardware_id (GdkDeviceTool *tool);
+guint64 gdk_device_tool_get_hardware_id (GdkDeviceTool *tool);
GDK_AVAILABLE_IN_ALL
-GdkDeviceToolType gdk_device_tool_get_tool_type (GdkDeviceTool *tool);
+GdkDeviceToolType gdk_device_tool_get_tool_type (GdkDeviceTool *tool);
GDK_AVAILABLE_IN_ALL
-GdkAxisFlags gdk_device_tool_get_axes (GdkDeviceTool *tool);
+GdkAxisFlags gdk_device_tool_get_axes (GdkDeviceTool *tool);
G_END_DECLS