Import Upstream version 2.72.4
This commit is contained in:
commit
4ef3ff9793
2003 changed files with 1332420 additions and 0 deletions
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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue