girnode: Improve int types in GIIrNodeEnum

`GIIrNodeEnum` is built dynamically at runtime (rather than being
mmapped from disk), so its types can accurately reflect their runtime
semantics, rather than an on-disk format.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3155

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-01-26 09:20:55 +00:00
parent 501ff95cea
commit 2e7518bcc1

View File

@ -315,7 +315,7 @@ struct _GIIrNodeEnum
GIIrNode node;
uint8_t deprecated : 1;
int storage_type;
GITypeTag storage_type;
char *gtype_name; /* (owned) */
char *gtype_init; /* (owned) */