File: test2.gresource.xml

package info (click to toggle)
glib2.0 2.86.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 67,020 kB
  • sloc: ansic: 544,698; python: 9,702; sh: 1,612; xml: 1,482; perl: 1,222; cpp: 535; makefile: 308; javascript: 11
file content (11 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
  <gresource prefix="/auto_loaded">
    <file>test1.txt</file>
  </gresource>
  <!-- Test compiling the generated GResource C-code
       that has a resource entry size over 65536 bytes -->
  <gresource prefix="/big_prefix">
    <file>gresource-big-test.txt</file>
  </gresource>
</gresources>