signals: Support after keyword

This commit is contained in:
Gregor Niehl 2024-05-30 22:34:05 +00:00 committed by James Westman
parent 07e824d8e7
commit 25d08e56cb
4 changed files with 14 additions and 6 deletions

View file

@ -5,6 +5,6 @@ Entry {
}
Button button {
clicked => $on_button_clicked() swapped;
clicked => $on_button_clicked() swapped after;
notify::visible => $on_button_notify_visible();
}