mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
language: Use new extern syntax in signal handlers
This commit is contained in:
parent
0b402db4d5
commit
122b049ce9
8 changed files with 21 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Button {
|
||||
eaten-by-velociraptors => on_eaten_by_velociraptors();
|
||||
eaten-by-velociraptors => $on_eaten_by_velociraptors();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue