mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
d6a0948182
gtk-builder-tool simplify --3to4 now produces a <requires lib="gtk" version="4.0"/>. Adapt for that, and also add some tests that check that we actually verify the requires, and accept 3.99 and 4.0, but not 5.x.
6 lines
105 B
XML
6 lines
105 B
XML
<interface>
|
|
<requires lib="gtk" version="3.99"/>
|
|
<object class="GtkWindow">
|
|
</object>
|
|
</interface>
|