mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
Document which files glib-compile-schemas looks at
Otherwise, your vendor override files are silently ignored...
This commit is contained in:
parent
0fbdd5c1d2
commit
098aa5639c
@ -40,6 +40,8 @@ In addition to schema files, glib-compile-schemas reads 'vendor override'
|
|||||||
files, which are key files that can override default values for keys in
|
files, which are key files that can override default values for keys in
|
||||||
the schemas. The group names in the key files are the schema id, and the
|
the schemas. The group names in the key files are the schema id, and the
|
||||||
values are written in serialized GVariant form.
|
values are written in serialized GVariant form.
|
||||||
|
Vendor ovrride files must have the filename extension
|
||||||
|
<filename>.gschema.override</filename>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<refsect2><title>Options</title>
|
<refsect2><title>Options</title>
|
||||||
|
@ -96,6 +96,8 @@
|
|||||||
* described by the following DTD:
|
* 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>]|
|
* |[<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
|
* At runtime, schemas are identified by their id (as specified
|
||||||
* in the <tag class="attribute">id</tag> attribute of the
|
* in the <tag class="attribute">id</tag> attribute of the
|
||||||
* <tag class="starttag">schema</tag> element). The
|
* <tag class="starttag">schema</tag> element). The
|
||||||
@ -200,6 +202,10 @@
|
|||||||
* key2=1.5
|
* key2=1.5
|
||||||
* </programlisting></informalexample>
|
* </programlisting></informalexample>
|
||||||
* </para>
|
* </para>
|
||||||
|
* <para>
|
||||||
|
* glib-compile-schemas expects schema files to have the extension
|
||||||
|
* <filename>.gschema.override</filename>
|
||||||
|
* </para>
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user