summaryrefslogtreecommitdiff
path: root/glib.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2000-11-20 23:59:32 +0000
committerJonathan Blandford <jrb@src.gnome.org>2000-11-20 23:59:32 +0000
commit2645aaf59c540e25915da43eb1cb7fff6f445e6d (patch)
tree40c662781877308f8de470a4fc469e34a1a9af42 /glib.h
parent40d62d0dd7ba5d5cc9dd00beb72599535f84ae8a (diff)
downloadglib-2645aaf59c540e25915da43eb1cb7fff6f445e6d.tar.gz
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.
Diffstat (limited to 'glib.h')
-rw-r--r--glib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib.h b/glib.h
index 68f9ee900..b85bac04e 100644
--- a/glib.h
+++ b/glib.h
@@ -49,6 +49,7 @@
#include <gmessages.h>
#include <gnode.h>
#include <gprimes.h>
+#include <gqsort.h>
#include <gquark.h>
#include <gqueue.h>
#include <grand.h>