Skip to content
  • Allison Karlitskaya's avatar
    Bug 617947 - glib-mkenums: add @valuenum@ support · 47805f4e
    Allison Karlitskaya authored
    Add a @valuenum@ substitution that outputs the integer value of a
    particular enum value.  The value is determined by using (sandboxed)
    perl to evaluate C expression.  If evaluation fails then glib-mkenums
    dies loudly.  Evaluation is only enabled if '@valuenum@' appears in the
    template file, so existing users will not be affected.
    47805f4e