mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
If a signal handler had the template as its object, the decompiler would output the class name instead of the 'template' keyword.
7 lines
101 B
Text
7 lines
101 B
Text
using Gtk 4.0;
|
|
|
|
template $MyTemplate {
|
|
Button {
|
|
clicked => $my_signal_handler(template);
|
|
}
|
|
}
|