GSettings: small internal refactor
[glib.git] / gio / tests / enums.xml.template
blob67d07b5f293b3f49a4e6c6f45d570f8b81680157
1 /*** BEGIN comment ***/
2 <!-- @comment@ -->
3 /*** END comment ***/
4 /*** BEGIN file-header ***/
5 <schemalist>
6 /*** END file-header ***/
7 /*** BEGIN value-header ***/
8   <@type@ id='org.gtk.test.@EnumName@'>
9 /*** END value-header ***/
10 /*** BEGIN value-production ***/
11     <value nick='@valuenick@' value='@valuenum@'/>
12 /*** END value-production ***/
13 /*** BEGIN value-tail ***/
14   </@type@>
15 /*** END value-tail ***/
16 /*** BEGIN file-tail ***/
17 </schemalist>
18 /*** END file-tail ***/