mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-22 23:19:25 -04:00
signals: Support after
keyword
This commit is contained in:
parent
07e824d8e7
commit
25d08e56cb
4 changed files with 14 additions and 6 deletions
|
@ -5,6 +5,6 @@ Entry {
|
|||
}
|
||||
|
||||
Button button {
|
||||
clicked => $on_button_clicked() swapped;
|
||||
clicked => $on_button_clicked() swapped after;
|
||||
notify::visible => $on_button_notify_visible();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue