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:
3
gio/tests/schema-tests/extend-missing.gschema.xml
Normal file
3
gio/tests/schema-tests/extend-missing.gschema.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<schemalist>
|
||||
<schema id='a' extends='x'/>
|
||||
</schemalist>
|
Reference in New Issue
Block a user