mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 17:36:14 +01:00
00bfb3ab44
This was mostly machine generated with the following command: ``` codespell \ --builtin clear,rare,usage \ --skip './po/*' --skip './.git/*' --skip './NEWS*' \ --write-changes . ``` using the latest git version of `codespell` as per [these instructions](https://github.com/codespell-project/codespell#user-content-updating). Then I manually checked each change using `git add -p`, made a few manual fixups and dropped a load of incorrect changes. There are still some outdated or loaded terms used in GLib, mostly to do with git branch terminology. They will need to be changed later as part of a wider migration of git terminology. If I’ve missed anything, please file an issue! Signed-off-by: Philip Withnall <withnall@endlessm.com>
12 lines
346 B
XML
12 lines
346 B
XML
<?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>
|