Patch from David Benson <daveb@idealab.com> to add user_data support to
authorJonathan Blandford <jrb@redhat.com>
Mon, 20 Nov 2000 23:59:32 +0000 (23:59 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Mon, 20 Nov 2000 23:59:32 +0000 (23:59 +0000)
commit2645aaf59c540e25915da43eb1cb7fff6f445e6d
tree40c662781877308f8de470a4fc469e34a1a9af42
parent40d62d0dd7ba5d5cc9dd00beb72599535f84ae8a
Patch from David Benson <daveb@idealab.com> to add user_data support to

Mon Nov 20 18:55:17 2000  Jonathan Blandford  <jrb@redhat.com>

* gtree.[hc]: Patch from David Benson <daveb@idealab.com> to add
user_data support to gtree functions.

Mon Nov 13 18:35:52 2000  Jonathan Blandford  <jrb@redhat.com>

* gtypes.h (GCompareFuncData): new func type to let you use user
data when comparing nodes.

* gslist.c (g_list_sort_with_data): new function to sort with
user_data.

* glist.c (g_list_sort_with_data): new function to sort with
user_data.

* garray.[ch]: Added convenience functions to sort arrays.
34 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
garray.c
garray.h
glib.h
glib/Makefile.am
glib/garray.c
glib/garray.h
glib/glib.h
glib/glist.c
glib/glist.h
glib/gqsort.c [new file with mode: 0644]
glib/gqsort.h [new file with mode: 0644]
glib/gslist.c
glib/gslist.h
glib/gtree.c
glib/gtree.h
glib/gtypes.h
glist.c
glist.h
gqsort.c [new file with mode: 0644]
gqsort.h [new file with mode: 0644]
gslist.c
gslist.h
gtree.c
gtree.h
gtypes.h