missing const in some g_list_ decl
- From: Bertrand Guiheneuf <Bertrand Guiheneuf inria fr>
- To: gtk-devel-list redhat com
- Subject: missing const in some g_list_ decl
- Date: Wed, 01 Sep 1999 15:13:49 +0200
it seems to me that in those functions, data should be gconstpointer
instead of gpointer. Same for gslist_
GList* g_list_find (GList *list,
gpointer data);
GList* g_list_find_custom (GList *list,
gpointer data,
GCompareFunc func);
gint g_list_index (GList *list,
gpointer data);
Regards,
Bertrand
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]