mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +02:00
girepository: Use expected signed types for iterating
We are using various indexes types, but not always using the correct sign or size, so let's adapt this to ensure we're consistent with the values we're comparing with.
This commit is contained in:
@@ -233,10 +233,10 @@ void gi_type_info_init (GIBaseInfo *info,
|
||||
|
||||
GIFunctionInfo * gi_base_info_find_method (GIBaseInfo *base,
|
||||
uint32_t offset,
|
||||
unsigned n_methods,
|
||||
uint16_t n_methods,
|
||||
const char *name);
|
||||
|
||||
GIVFuncInfo * gi_base_info_find_vfunc (GIRealInfo *rinfo,
|
||||
uint32_t offset,
|
||||
unsigned n_vfuncs,
|
||||
uint16_t n_vfuncs,
|
||||
const char *name);
|
||||
|
Reference in New Issue
Block a user