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:
@@ -191,7 +191,7 @@ gi_ir_module_add_include_module (GIIrModule *module,
|
||||
struct AttributeWriteData
|
||||
{
|
||||
unsigned int count;
|
||||
guchar *databuf;
|
||||
uint8_t *databuf;
|
||||
GIIrNode *node;
|
||||
GHashTable *strings;
|
||||
uint32_t *offset;
|
||||
@@ -218,7 +218,7 @@ static unsigned
|
||||
write_attributes (GIIrModule *module,
|
||||
GIIrNode *node,
|
||||
GHashTable *strings,
|
||||
guchar *data,
|
||||
uint8_t *data,
|
||||
uint32_t *offset,
|
||||
uint32_t *offset2)
|
||||
{
|
||||
|
Reference in New Issue
Block a user