mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-25 19:30:04 +01:00
15c45b365d
* glib2: Compile schemas per directory By changing GSETTINGSSCHEMADIR during the build setup or on single tasks or generators, the user may place schemas in various locations. Adding a post build function for each of this location compiles all of them instead of only one global directory. * glib2: Notify user about failed schema compilation * glib2: Demo schemas installed to multiple places A new schema lacking lacking any enumerations was introduced. Installing it isolated simplifies the generator creation to the essential components demonstrated.
8 lines
162 B
XML
8 lines
162 B
XML
<schemalist>
|
|
<schema id="org.gsettings.simple">
|
|
<key name="greeting" type="s">
|
|
<default>"Hello, world"</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|