mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Docs: Remove another use of xinclude
This commit is contained in:
parent
0bfb09daf1
commit
95aba90d09
@ -93,14 +93,13 @@
|
||||
*
|
||||
* GSettings uses schemas in a compact binary form that is created
|
||||
* by the <link linkend="glib-compile-schemas">glib-compile-schemas</link>
|
||||
* utility. The input is a schema description in an XML format that can be
|
||||
* described by the following DTD:
|
||||
* utility. The input is a schema description in an XML format.
|
||||
*
|
||||
* <programlisting>
|
||||
* <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>
|
||||
* </programlisting>
|
||||
* A DTD for the gschema XML format can be found here: <ulink url="https://git.gnome.org/browse/glib/tree/gio/gschema.dtd">gschema.dtd</ulink>
|
||||
*
|
||||
* glib-compile-schemas expects schema files to have the extension <filename>.gschema.xml</filename>
|
||||
* The <link linkend="glib-compile-schemas">glib-compile-schemas</link>
|
||||
* tool 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
|
||||
|
Loading…
Reference in New Issue
Block a user