From ad7d9bc409e45968280b101ed38e00d8d104d4cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 17 Feb 2023 19:41:55 +0200 Subject: [PATCH] Add missing `Since` marker to `GtkScaleButton:active` --- gtk/gtkscalebutton.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c index 0a011bdd46..7b2c2a11a0 100644 --- a/gtk/gtkscalebutton.c +++ b/gtk/gtkscalebutton.c @@ -261,6 +261,8 @@ gtk_scale_button_class_init (GtkScaleButtonClass *klass) * GtkScaleButton:active: (attributes org.gtk.Property.get=gtk_scale_button_get_active) * * If the scale button should be pressed in. + * + * Since: 4.10 */ g_object_class_install_property (gobject_class, PROP_ACTIVE, -- 2.30.2