mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
When only one flag is specified, it's parsed as an IdentValue rather than a FlagsValue, so IdentValue needs to be able to type check flags (aka bitfields) properly. Fixes #47
10 lines
311 B
XML
10 lines
311 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GApplication">
|
|
<property name="flags">is_service|handles_open</property>
|
|
</object>
|
|
<object class="GtkEventControllerScroll">
|
|
<property name="flags">vertical</property>
|
|
</object>
|
|
</interface>
|