mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-23 14:00:40 +02:00
grel: Fix the internal type of GRealTuples.len to match the public API
`GTuples.len` is a `guint`. This doesn’t seem to have caused any problems or warnings, but let’s get it correct. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
c5afe67022
commit
ea06530b6e
@ -123,7 +123,7 @@ static size_t relation_count_internal (GRelation *relation,
|
||||
**/
|
||||
struct _GRealTuples
|
||||
{
|
||||
gint len;
|
||||
guint len;
|
||||
gint width;
|
||||
gpointer *data;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user