decompiler: Allow and ignore <placeholder/>

Some existing files contain <placeholder/> tags, which should be
permitted but ignored.
This commit is contained in:
James Westman 2022-03-28 14:34:27 -05:00
parent e3a37893a8
commit d73c83aa63
4 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkBox">
<child>
<placeholder/>
</child>
</object>
</interface>

View file

@ -0,0 +1,4 @@
using Gtk 4.0;
Box {
}