Document which files glib-compile-schemas looks at

Otherwise, your vendor override files are silently ignored...
This commit is contained in:
Matthias Clasen
2011-03-15 11:28:03 -04:00
parent 0fbdd5c1d2
commit 098aa5639c
2 changed files with 8 additions and 0 deletions

View File

@@ -96,6 +96,8 @@
* described by the following DTD:
* |[<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../gio/gschema.dtd"><xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback></xi:include>]|
*
* glib-compile-schemas expects schema files to have the extension <filename>.gschema.xml</filename>
*
* At runtime, schemas are identified by their id (as specified
* in the <tag class="attribute">id</tag> attribute of the
* <tag class="starttag">schema</tag> element). The
@@ -200,6 +202,10 @@
* key2=1.5
* </programlisting></informalexample>
* </para>
* <para>
* glib-compile-schemas expects schema files to have the extension
* <filename>.gschema.override</filename>
* </para>
* </refsect2>
*
* <refsect2>