docs: Add Since annotations to GDK_VERSION macros
authorBenjamin Otte <otte@redhat.com>
Sun, 13 Feb 2022 17:04:18 +0000 (18:04 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 13 Feb 2022 23:30:50 +0000 (00:30 +0100)
gdk/gdkversionmacros.h.in

index 9c9ef8aa8af859f0e8d21696fa8448af92a4a5a3..2056956ac006bfc15d0f6d1aabe2df347c1b4a0d 100644 (file)
@@ -83,6 +83,8 @@
  *
  * A macro that evaluates to the 4.2 version of GDK, in a format
  * that can be used by the C pre-processor.
+ *
+ * Since: 4.2
  */
 #define GDK_VERSION_4_2        (G_ENCODE_VERSION (4, 2))
 
@@ -91,6 +93,8 @@
  *
  * A macro that evaluates to the 4.4 version of GDK, in a format
  * that can be used by the C pre-processor.
+ *
+ * Since: 4.4
  */
 #define GDK_VERSION_4_4        (G_ENCODE_VERSION (4, 4))
 
  *
  * A macro that evaluates to the 4.6 version of GDK, in a format
  * that can be used by the C pre-processor.
+ *
+ * Since: 4.6
  */
 #define GDK_VERSION_4_6        (G_ENCODE_VERSION (4, 6))