Support template without parent

This commit is contained in:
Sonny Piers 2024-06-16 15:23:48 +02:00 committed by Sonny Piers
parent 896dd7f824
commit adc2be1454
5 changed files with 28 additions and 2 deletions

View file

@ -0,0 +1,5 @@
using Gtk 4.0;
template $TestTemplate {
test-property: 'Hello, world';
}