summaryrefslogtreecommitdiff
path: root/glib/glist.h
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2002-11-08 18:47:56 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2002-11-08 18:47:56 +0000
commitd201974f56d7b805f70b5c5703be79e8db73526e (patch)
tree7cd2d8604a69daa475bee072ad2bb35e49002611 /glib/glist.h
parent10520a9228e11c6b9083eb96948d7ed5e40bda4b (diff)
downloadglib-d201974f56d7b805f70b5c5703be79e8db73526e.tar.gz
Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow
Fri Nov 8 19:44:20 2002 Soeren Sandmann <sandmann@daimi.au.dk> * docs/reference/glib/tmpl/arrays.sgml: * docs/reference/glib/tmpl/arrays_byte.sgml: * docs/reference/glib/tmpl/arrays_pointer.sgml: * docs/reference/glib/tmpl/date.sgml: * docs/reference/glib/tmpl/linked_lists_double.sgml: * docs/reference/glib/tmpl/linked_lists_single.sgml: * docs/reference/glib/tmpl/main.sgml: * docs/reference/glib/tmpl/queue.sgml: * docs/reference/glib/tmpl/random_numbers.sgml: * docs/reference/glib/tmpl/relations.sgml: * docs/reference/glib/tmpl/scanner.sgml: * docs/reference/gobject/tmpl/gtype.sgml: * docs/reference/gobject/tmpl/value_arrays.sgml glib/garray.h: * glib/gdate.h glib/giochannel.h glib/glist.h glib/gmain.c: * glib/gmain.h glib/gqueue.c glib/gqueue.h glib/grand.c glib/grand.h: * glib/grel.h glib/gslist.h glib/gtimer.h gobject/gvaluearray.h: Trivial s/foo/foo_/ fixes to make <glib.h> includable with -Wshadow without warnings (#91680)
Diffstat (limited to 'glib/glist.h')
-rw-r--r--glib/glist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glist.h b/glib/glist.h
index e434d6951..9434dde6e 100644
--- a/glib/glist.h
+++ b/glib/glist.h
@@ -69,7 +69,7 @@ GList* g_list_remove_all (GList *list,
GList* g_list_remove_link (GList *list,
GList *llink);
GList* g_list_delete_link (GList *list,
- GList *link);
+ GList *link_);
GList* g_list_reverse (GList *list);
GList* g_list_copy (GList *list);
GList* g_list_nth (GList *list,