[glib/wip/chergert/garraylist] arraylist: use gsize
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/chergert/garraylist] arraylist: use gsize
- Date: Sun, 13 Sep 2015 10:36:15 +0000 (UTC)
commit 2b1e7de62878782b376afb077e41dee54edd8975
Author: Christian Hergert <christian hergert me>
Date: Sun Sep 13 03:36:03 2015 -0700
arraylist: use gsize
glib/garraylist.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/garraylist.h b/glib/garraylist.h
index 4483855..30fb108 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]