Skip to content

gtypes: add g-i annotations for G_MININT macros. Fixes #1673

They were changed in 6a2cfde2 to reuse the G_MAXINT values but parsing nexted macros is currently broken in g-i and results in wrong values.

Add value annotations for g-i to override the values.

This also moves the annotations to the macro definitions to have everything g-i uses in one place.

Merge request reports