From ee3eaf0c0e8a0c7bf82c9fd4b69d32c854cf9a99 Mon Sep 17 00:00:00 2001 From: Andy Holmes Date: Mon, 7 Sep 2020 15:54:21 -0700 Subject: [PATCH] StAdjustment: note when 'changed' is not emitted Like `GtkAdjustment`, `StAdjustment:changed` is not emitted for the `value` property except when changed with `st_adjustment_set_values()`. Note this behaviour in the signal documentation closes https://gitlab.gnome.org/GNOME/gnome-shell/issues/3147 --- src/st/st-adjustment.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/st/st-adjustment.c b/src/st/st-adjustment.c index 96b126c8d..5235cb235 100644 --- a/src/st/st-adjustment.c +++ b/src/st/st-adjustment.c @@ -375,7 +375,8 @@ st_adjustment_class_init (StAdjustmentClass *klass) * StAdjustment::changed: * @self: the #StAdjustment * - * Emitted when any of the adjustment values have changed + * Emitted when any of the adjustment properties have changed, except for + * #StAdjustment:value. */ signals[CHANGED] = g_signal_new ("changed",