GLIB-COMPILE-SCHEM(1) | User Commands | GLIB-COMPILE-SCHEM(1) |
NAME
glib-compile-schemas - GSettings schema compilerSYNOPSIS
glib-compile-schemas [OPTION...] {DIRECTORY}
DESCRIPTION
glib-compile-schemas compiles all the GSettings XML schema files in DIRECTORY into a binary file with the name gschemas.compiled that can be used by GSettings. The XML schema files must have the filename extension .gschema.xml. For a detailed description of the XML file format, see the GSettings documentation.OPTIONS
-h, --help
Print help and exit
Store gschemas.compiled in the TARGET directory instead of DIRECTORY.
Abort on any errors in schemas. Without this option, faulty schema files are simply omitted from the resulting compiled schema.
Don't write gschemas.compiled. This option can be used to check .gschema.xml sources for errors.
Do not enforce restrictions on key names. Note that this option is purely to facility the transition from GConf, and will be removed at some time in the future.
GIO |