mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
girnode: Improve int types in GIIrNodeSignal
`class_closure` isn’t actually meaningfully set anywhere in the code yet (there are FIXME comments), so I’m not sure of the best type for it. But generally `unsigned` is more widely used than signed `int`. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3155
This commit is contained in:
parent
e7f26b1440
commit
468b926c2b
@ -220,7 +220,7 @@ struct _GIIrNodeSignal
|
||||
uint8_t has_class_closure : 1;
|
||||
uint8_t true_stops_emit : 1;
|
||||
|
||||
int class_closure;
|
||||
unsigned int class_closure;
|
||||
|
||||
GList *parameters; /* (element-type GIIrNode) (owned) */
|
||||
GIIrNodeParam *result; /* (owned) */
|
||||
|
Loading…
Reference in New Issue
Block a user