mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
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.
This commit is contained in:
committed by
Jonathan Blandford
parent
40d62d0dd7
commit
2645aaf59c
@@ -66,6 +66,7 @@ libglib_1_3_la_SOURCES = \
|
||||
gmessages.c \
|
||||
gnode.c \
|
||||
gprimes.c \
|
||||
gqsort.c \
|
||||
gqueue.c \
|
||||
grel.c \
|
||||
grand.c \
|
||||
@@ -115,6 +116,7 @@ glibinclude_HEADERS = \
|
||||
gmessages.h \
|
||||
gnode.h \
|
||||
gprimes.h \
|
||||
gqsort.h \
|
||||
gquark.h \
|
||||
gqueue.h \
|
||||
grand.h \
|
||||
|
Reference in New Issue
Block a user