diff options
author | Benjamin Otte <otte@redhat.com> | 2022-02-13 18:04:18 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2022-02-14 00:30:50 +0100 |
commit | 12908ab86391bb9e65774afd422104d9545c5f9d (patch) | |
tree | 6fe9e82b807bfb8a076b9fd7cd881225aaaca891 /gdk/gdkversionmacros.h.in | |
parent | a26c1a5f0d869c94f131e7155b88436a4d1c6152 (diff) | |
download | gtk+-12908ab86391bb9e65774afd422104d9545c5f9d.tar.gz |
docs: Add Since annotations to GDK_VERSION macros
Diffstat (limited to 'gdk/gdkversionmacros.h.in')
-rw-r--r-- | gdk/gdkversionmacros.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdk/gdkversionmacros.h.in b/gdk/gdkversionmacros.h.in index 9c9ef8aa8a..2056956ac0 100644 --- a/gdk/gdkversionmacros.h.in +++ b/gdk/gdkversionmacros.h.in @@ -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)) @@ -99,6 +103,8 @@ * * 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)) |