[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / gio / tests / enums.xml.template
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 ***/