mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 19:22:11 +01:00
51 lines
1.4 KiB
XML
51 lines
1.4 KiB
XML
<refentry id="gschema-compile">
|
|
|
|
<refmeta>
|
|
<refentrytitle>gschema-compile</refentrytitle>
|
|
<manvolnum>1</manvolnum>
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
<refname>gschema-compile</refname>
|
|
<refpurpose>GSettings schema compiler</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<cmdsynopsis>
|
|
<command>gschema-compile</command>
|
|
<arg choice="opt" rep="repeat">option</arg>
|
|
<arg choice="req">directory</arg>
|
|
</cmdsynopsis>
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1><title>Description</title>
|
|
<para><command>gschema-compile</command> compiles all the GSettings XML
|
|
schema files in <replaceable>directory</replaceable> into a binary file
|
|
with the name <filename>gschemas.compiled</filename> that can be used
|
|
by #GSettings. The XML schema files must have the filename extension
|
|
<filename>.gschema</filename>. For a detailed description of the XML
|
|
file format, see the #GSettings documentation.
|
|
</para>
|
|
|
|
<refsect2><title>Options</title>
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
<term><option>-h</option>, <option>--help</option></term>
|
|
<listitem><para>
|
|
Print help and exit
|
|
</para></listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term><option>--targetdir=<replaceable>TARGETDIR</replaceable></option></term>
|
|
<listitem><para>
|
|
Store <filename>gschemas.compiled</filename> in <replaceable>TARGETDIR</replaceable> instead of <replaceable>directory</replaceable>.
|
|
</para></listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</refsect2>
|
|
</refsect1>
|
|
</refentry>
|
|
|