1 2 3 4 5 6 7 8 9
Invalid Code public class GtkTemplate : Gtk.ApplicationWindow { [GtkChild] public unowned Gtk.Button button0; } void main () { }