![]() |
![]() |
![]() |
GIO Reference Manual | ![]() |
---|
glib-compile-resourcesglib-compile-resources — GLib resource compiler |
glib-compile-resources
[option...] {file}
glib-compile-resources reads the resource description from
file
and the files that it references
and creates a binary resource bundle that is suitable for use with the
GResource API.
The resulting bundle is then written out as-is, or as C source for linking into
an application.
The XML resource files normally have the filename extension .gresource.xml
.
For a detailed description of the XML file format, see the
GResource documentation.
|
Print help and exit |
|
Store the compiled resources in |
|
The files references in |
|
Instead of a writing the resource bundle in binary form create a C source file that contains the resource bundle. This can then be compiled into an application for easy access. |
|
Generate a header file for use with C code generated by |
|
Specify the prefix used for the C identifiers in the code generated by
|
|
By default code generated by |