glib-compile-resources -V (return code: 1)
version: Error on line 1 char 1: Document must begin with an element (e.g. <book>).
glib-compile-resources --help (return code: 0)
Usage:
glib-compile-resources [OPTION...] FILE
Compile a resource specification into a resource file.
Resource specification files have the extension .gresource.xml,
and the resource file have the extension called .gresource.
Help Options:
-h, --help Show help options
Application Options:
--target=FILE name of the output file
--sourcedir=DIRECTORY The directories where files are to be read from (default to current directory)
--generate Generate output in the format selected for by the target filename extension
--generate-header Generate source header
--generate-source Generate sourcecode used to link in the resource file into your code
--generate-dependencies Generate dependency list
--manual-register Don't automatically create and register resource
--internal Don't export functions; declare them G_GNUC_INTERNAL
--c-name C identifier name used for the generated source code