glib2.0/gio/tests/test2.gresource.xml

12 lines
346 B
XML
Raw Normal View History

2022-06-29 16:02:05 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/auto_loaded">
<file>test1.txt</file>
</gresource>
<!-- Test compiling the generated GResource C-code
2023-02-14 16:00:02 +08:00
that has a resource entry size over 65536 bytes -->
2022-06-29 16:02:05 +08:00
<gresource prefix="/big_prefix">
<file>gresource-big-test.txt</file>
</gresource>
</gresources>