1 2 3 4 5 6 7
[GtkTemplate (ui = "/com/mesonbuild/test/TestBox.ui")] class TestBox: Gtk.Box { } int main() { return 0; }