glib-mkenums --version (return code: 0)
glib-mkenums version glib-2.48.2
glib-mkenums comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of glib-mkenums under the terms of
the GNU General Public License which can be found in the
GLib source package. Sources, examples and contact
information are available at http://www.gtk.org
glib-mkenums --help (return code: 0)
Usage:
glib-mkenums [OPTION...] [FILES...]
Help Options:
-h, --help Show this help message
Utility Options:
--identifier-prefix <text> Identifier prefix
--symbol-prefix <text> Symbol prefix
--fhead <text> Output file header
--fprod <text> Per input file production
--ftail <text> Output file trailer
--eprod <text> Per enum text (produced prior to value iterations)
--vhead <text> Value header, produced before iterating over enum values
--vprod <text> Value text, produced for each enum value
--vtail <text> Value tail, produced after iterating over enum values
--comments <text> Comment structure
--template file Template file
-v, --version Print version informations
Production text substitutions:
@EnumName@ PrefixTheXEnum
@enum_name@ prefix_the_xenum
@ENUMNAME@ PREFIX_THE_XENUM
@ENUMSHORT@ THE_XENUM
@ENUMPREFIX@ PREFIX
@VALUENAME@ PREFIX_THE_XVALUE
@valuenick@ the-xvalue
@valuenum@ the integer value (limited support, Since: 2.26)
@type@ either enum or flags
@Type@ either Enum or Flags
@TYPE@ either ENUM or FLAGS
@filename@ name of current input file
@basename@ base name of the current input file (Since: 2.22)