mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 22:23:39 +02:00
arraylist: use gsize
This commit is contained in:
@@ -54,7 +54,7 @@ const GList *g_array_list_peek (GArrayList *list);
|
||||
|
||||
GLIB_AVAILABLE_IN_2_46
|
||||
gpointer g_array_list_index (GArrayList *list,
|
||||
guint index);
|
||||
gsize index);
|
||||
|
||||
GLIB_AVAILABLE_IN_2_46
|
||||
void g_array_list_add (GArrayList *list,
|
||||
|
Reference in New Issue
Block a user