man pages: document the order of schema overrides

GSettings overrides are processed in such a way that
alphabetically-later files have precedence over earlier files (eg: 20_
will beat 10_).  Document that fact.
This commit is contained in:
Ryan Lortie 2012-03-17 12:39:23 -04:00
parent e8122f6f98
commit 1b08ad61cd

View File

@ -43,6 +43,13 @@ values are written in serialized GVariant form.
Vendor ovrride files must have the filename extension
<filename>.gschema.override</filename>.
</para>
<para>
By convention, vendor override files begin with <filename>nn_</filename>
where <filename>nn</filename> is a number from 00 to 99. Higher
numbered files have higher priority (eg: if the same override is made in
a file numbered 10 and then again in a file numbered 20, the override
from 20 will take precedence).
</para>
<refsect2><title>Options</title>
<variablelist>