mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 02:32:11 +01:00
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:
parent
501ff95cea
commit
2e7518bcc1
@ -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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user