added g_list_nth_prev() which walks ->prev instead of ->next.
[platform/upstream/glib.git] / glib / glib.h
1 /* GLIB - Library of useful routines for C programming
2  * Copyright (C) 1995-1997  Peter Mattis, Spencer Kimball and Josh MacDonald
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the
16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17  * Boston, MA 02111-1307, USA.
18  */
19
20 /*
21  * Modified by the GLib Team and others 1997-2000.  See the AUTHORS
22  * file for a list of people on the GLib Team.  See the ChangeLog
23  * files for a list of changes.  These files are distributed with
24  * GLib at ftp://ftp.gtk.org/pub/gtk/. 
25  */
26
27 #ifndef __G_LIB_H__
28 #define __G_LIB_H__
29
30 #include <galloca.h>
31 #include <garray.h>
32 #include <gasyncqueue.h>
33 #include <gbacktrace.h>
34 #include <gcache.h>
35 #include <gcompletion.h>
36 #include <gconvert.h>
37 #include <gdataset.h>
38 #include <gdate.h>
39 #include <gerror.h>
40 #include <gfileutils.h>
41 #include <ghash.h>
42 #include <ghook.h>
43 #include <giochannel.h>
44 #include <glist.h>
45 #include <gmacros.h>
46 #include <gmain.h>
47 #include <gmarkup.h>
48 #include <gmem.h>
49 #include <gmessages.h>
50 #include <gnode.h>
51 #include <gpattern.h>
52 #include <gprimes.h>
53 #include <gqsort.h>
54 #include <gquark.h>
55 #include <gqueue.h>
56 #include <grand.h>
57 #include <grel.h>
58 #include <gscanner.h>
59 #include <gshell.h>
60 #include <gslist.h>
61 #include <gspawn.h>
62 #include <gstrfuncs.h>
63 #include <gstring.h>
64 #include <gthread.h>
65 #include <gthreadpool.h>
66 #include <gtimer.h>
67 #include <gtree.h>
68 #include <gtypes.h>
69 #include <gunicode.h>
70 #include <gutils.h>
71 #ifdef G_PLATFORM_WIN32
72 #include <gwin32.h>
73 #endif
74
75 #endif /* __G_LIB_H__ */