mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
- Add support for type checking boxed types - Remove support for converting string and number literals - Add the `typeof()` operator for GType literals
10 lines
287 B
XML
10 lines
287 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GListStore">
|
|
<property name="item-type">GObject</property>
|
|
</object>
|
|
<object class="GListStore">
|
|
<property name="item-type">MyObject</property>
|
|
</object>
|
|
</interface>
|