summaryrefslogtreecommitdiff
path: root/gdk/gdkdevicetool.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-12-01 13:50:25 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-12-01 15:51:52 +0000
commitb5313dbd4d91ea4dfcda319b9034793f9c157e2c (patch)
treed48eaee0736668a61a2d70eccc07652c0ad9ab24 /gdk/gdkdevicetool.h
parentb9a1827da71d2f72becb13321d84b064bf277914 (diff)
downloadgtk+-b5313dbd4d91ea4dfcda319b9034793f9c157e2c.tar.gz
docs: Annotate GdkDeviceTool
Diffstat (limited to 'gdk/gdkdevicetool.h')
-rw-r--r--gdk/gdkdevicetool.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdk/gdkdevicetool.h b/gdk/gdkdevicetool.h
index 1a6a90d756..16f5b3b30b 100644
--- a/gdk/gdkdevicetool.h
+++ b/gdk/gdkdevicetool.h
@@ -32,6 +32,11 @@ G_BEGIN_DECLS
#define GDK_DEVICE_TOOL(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GDK_TYPE_DEVICE_TOOL, GdkDeviceTool))
#define GDK_IS_DEVICE_TOOL(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GDK_TYPE_DEVICE_TOOL))
+/**
+ * GdkDeviceTool:
+ *
+ * A physical tool associated to a #GdkDevice.
+ */
typedef struct _GdkDeviceTool GdkDeviceTool;
/**