Import Upstream version 2.72.4
This commit is contained in:
commit
4ef3ff9793
2003 changed files with 1332420 additions and 0 deletions
15
gio/tests/schema-tests/choice-alias.gschema.xml
Normal file
15
gio/tests/schema-tests/choice-alias.gschema.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<schemalist>
|
||||
<schema id='org.gtk.test.schema'>
|
||||
<key name='test' type='s'>
|
||||
<choices>
|
||||
<choice value='before'/>
|
||||
<choice value='after'/>
|
||||
</choices>
|
||||
<aliases>
|
||||
<alias value='pre' target='before'/>
|
||||
<alias value='post' target='after'/>
|
||||
</aliases>
|
||||
<default>'after'</default>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
Loading…
Add table
Add a link
Reference in a new issue