mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
GSettings: new <schema> tags 'extends', 'list-of'
Add support for extends='' and list-of='' tags to the <schema> element. The attributes are parsed and some sanity-checking is done but currently nothing happens as a result. Add some tests.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<schemalist>
|
||||
<schema id='x'/> <schema id='y'/>
|
||||
<schema id='lx' list-of='x'/>
|
||||
<schema id='lx2' extends='lx'/>
|
||||
<schema id='ly' extends='lx2' list-of='y'/>
|
||||
</schemalist>
|
Reference in New Issue
Block a user