From 2645aaf59c540e25915da43eb1cb7fff6f445e6d Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Mon, 20 Nov 2000 23:59:32 +0000 Subject: Patch from David Benson to add user_data support to Mon Nov 20 18:55:17 2000 Jonathan Blandford * gtree.[hc]: Patch from David Benson to add user_data support to gtree functions. Mon Nov 13 18:35:52 2000 Jonathan Blandford * 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. --- glib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'glib.h') diff --git a/glib.h b/glib.h index 68f9ee900..b85bac04e 100644 --- a/glib.h +++ b/glib.h @@ -49,6 +49,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3