mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 09:26:17 +01:00
15 lines
480 B
DTD
15 lines
480 B
DTD
|
<!--
|
||
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
||
|
SPDX-FileCopyrightText: 2023 JCWasmx86
|
||
|
-->
|
||
|
|
||
|
<!ELEMENT gresources (gresource)* >
|
||
|
|
||
|
<!ELEMENT gresource (file)* >
|
||
|
<!ATTLIST gresource prefix CDATA #IMPLIED >
|
||
|
|
||
|
<!ELEMENT file (#PCDATA) >
|
||
|
<!ATTLIST file alias CDATA #IMPLIED
|
||
|
compressed (true|false) #IMPLIED
|
||
|
preprocess (xml-stripblanks|to-pixdata|json-stripblanks) #IMPLIED >
|