Sign in
nest-open-source
/
manifest_repos
/
glib
/
refs/heads/main
/
.
/
gio
/
tests
/
schema-tests
/
extend-wrong-list.gschema.xml
blob: 4232dc2d24072b80026dd3d021b4bc634b8a9308 [
file
] [
edit
]
<schemalist>
<schema
id
=
'x'
/>
<schema
id
=
'y'
/>
<schema
id
=
'lx'
list-of
=
'x'
/>
<schema
id
=
'ly'
extends
=
'lx'
list-of
=
'y'
/>
</schemalist>