girepository: Use uint8_t pointers instead of guchar

This commit is contained in:
Marco Trevisan (Treviño)
2024-01-16 00:10:43 +01:00
parent e3aac4281d
commit c8aecbb834
6 changed files with 10 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ struct _GIIrTypelibBuild {
GHashTable *types;
GList *nodes_with_attributes;
uint32_t n_attributes;
guchar *data;
uint8_t *data;
GList *stack;
};