summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <christian@hergert.me>2015-09-13 03:36:03 -0700
committerChristian Hergert <christian@hergert.me>2015-09-13 03:36:03 -0700
commit2b1e7de62878782b376afb077e41dee54edd8975 (patch)
treee1541269cf8184fe9ad5c357034b0dbe9285ed39
parent0e9b60ce34e6d06901c812b56dd6b6180d4b98ff (diff)
downloadglib-2b1e7de62878782b376afb077e41dee54edd8975.tar.gz
arraylist: use gsize
-rw-r--r--glib/garraylist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/garraylist.h b/glib/garraylist.h
index 4483855d7..30fb108c1 100644
--- a/glib/garraylist.h
+++ b/glib/garraylist.h
@@ -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,