mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +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.
18 lines
524 B
XML
18 lines
524 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface domain="nm-applet">
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkAssistant">
|
|
<child>
|
|
<object class="GtkAssistantPage">
|
|
<property name="page_type">confirm</property>
|
|
<property name="complete">True</property>
|
|
<property name="child">
|
|
<object class="GtkBox" id="confirm_page">
|
|
<property name="visible">0</property>
|
|
</object>
|
|
</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|