mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
girepository: Use uint8_t pointers instead of guchar
This commit is contained in:
@@ -37,7 +37,7 @@ struct _GIIrTypelibBuild {
|
||||
GHashTable *types;
|
||||
GList *nodes_with_attributes;
|
||||
uint32_t n_attributes;
|
||||
guchar *data;
|
||||
uint8_t *data;
|
||||
GList *stack;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user