fontchooser: Fix some since annotations

The "level", "font-features" and "language" were annotated
with the wrong version.

Fixes: #1830
This commit is contained in:
Matthias Clasen 2021-04-11 23:22:46 -04:00
parent 5b13ae1b2e
commit 3fb5890e69

View File

@ -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,