decompiler: Implement support for bindings

The .ui files for tests were taken from GTK test suite.
This commit is contained in:
Jan Tojnar 2023-11-18 21:06:03 +01:00
parent 479fe17589
commit 7fc367e644
18 changed files with 172 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<interface>
<object class="GtkDropDown">
<property name="expression">
<constant>bla</constant>
</property>
</object>
</interface>