mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
GSettings: add <override>, tests, modify output
Add <override> tag, more tests, and actually output the results of these new tags to the gschemas.compiled file.
This commit is contained in:
17
gio/tests/schema-tests/extend-and-shadow.gschema.xml
Normal file
17
gio/tests/schema-tests/extend-and-shadow.gschema.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<schemalist>
|
||||
<schema id='a'>
|
||||
<key name='foo' type='s'>
|
||||
<default>''</default>
|
||||
</key>
|
||||
</schema>
|
||||
|
||||
<schema id='b' extends='a'>
|
||||
<key name='bar' type='s'>
|
||||
<default>''</default>
|
||||
</key>
|
||||
</schema>
|
||||
|
||||
<schema id='c' extends='a'>
|
||||
<key name='foo' type='s'/>
|
||||
</schema>
|
||||
</schemalist>
|
Reference in New Issue
Block a user