summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-04-11 23:22:46 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-04-11 23:22:46 -0400
commit3fb5890e695243916773b7b7b0891caf25958fb3 (patch)
treef3561fb1eec68cf7ffe83aacc6570745a10ca307
parent5b13ae1b2e987bc5df02259cafcd90e6faba9e44 (diff)
downloadgtk+-3fb5890e695243916773b7b7b0891caf25958fb3.tar.gz
fontchooser: Fix some since annotations
The "level", "font-features" and "language" were annotated with the wrong version. Fixes: #1830
-rw-r--r--gtk/gtkfontchooser.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c
index 16df10bd7c..576bc2e372 100644
--- a/gtk/gtkfontchooser.c
+++ b/gtk/gtkfontchooser.c
@@ -110,7 +110,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
*
* The level of granularity to offer for selecting fonts.
*
- * Since: 3.22.30
+ * Since: 3.24.1
*/
g_object_interface_install_property
(iface,
@@ -129,7 +129,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
* The selected font features, in a format that is compatible with
* CSS and with Pango attributes.
*
- * Since: 3.22.30
+ * Since: 3.24.1
*/
g_object_interface_install_property
(iface,
@@ -146,7 +146,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
* selected, in a format that is compatible with CSS and with Pango
* attributes.
*
- * Since: 3.22.30
+ * Since: 3.24.1
*/
g_object_interface_install_property
(iface,