mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
This commit is contained in:
parent
26a2e389db
commit
ee3eaf0c0e
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue