[gtk/ebassi/for-master: 1/9] docs: Annotate GdkDeviceTool




commit b5313dbd4d91ea4dfcda319b9034793f9c157e2c
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Dec 1 13:50:25 2020 +0000

    docs: Annotate GdkDeviceTool

 gdk/gdkdevicetool.h | 5 +++++
 1 file changed, 5 insertions(+)
---
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;
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]