Create GSettings schema with the available enum types

This commit is contained in:
2014-10-14 23:19:51 +02:00
committed by gitolite tester
parent c03f1eac6a
commit c461b743e4
4 changed files with 38 additions and 1 deletions

22
data/gschema.template Normal file
View File

@@ -0,0 +1,22 @@
/*** BEGIN file-header ***/
<schemalist>
/*** END file-header ***/
/*** BEGIN file-production ***/
/*** END file-production ***/
/*** BEGIN value-header ***/
<enum id="eu.polonkai.gergely.swe-glib.@EnumName@">
/*** END value-header ***/
/*** BEGIN value-production ***/
<value nick="@valuenick@" value="@valuenum@"/>
/*** END value-production ***/
/*** BEGIN value-tail ***/
</enum>
/*** END value-tail ***/
/*** BEGIN file-tail ***/
</schemalist>
/*** END file-tail ***/