diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-12-01 13:50:25 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-12-01 15:51:52 +0000 |
commit | b5313dbd4d91ea4dfcda319b9034793f9c157e2c (patch) | |
tree | d48eaee0736668a61a2d70eccc07652c0ad9ab24 /gdk/gdkdevicetool.h | |
parent | b9a1827da71d2f72becb13321d84b064bf277914 (diff) | |
download | gtk+-b5313dbd4d91ea4dfcda319b9034793f9c157e2c.tar.gz |
docs: Annotate GdkDeviceTool
Diffstat (limited to 'gdk/gdkdevicetool.h')
-rw-r--r-- | gdk/gdkdevicetool.h | 5 |
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; /** |