00001 /* GLIB - Library of useful routines for C programming 00002 * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald 00003 * 00004 * This library is free software; you can redistribute it and/or 00005 * modify it under the terms of the GNU Lesser General Public 00006 * License as published by the Free Software Foundation; either 00007 * version 2 of the License, or (at your option) any later version. 00008 * 00009 * This library is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00012 * Lesser General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU Lesser General Public 00015 * License along with this library; if not, write to the 00016 * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 00017 * Boston, MA 02111-1307, USA. 00018 */ 00019 00020 /* 00021 * Modified by the GLib Team and others 1997-2000. See the AUTHORS 00022 * file for a list of people on the GLib Team. See the ChangeLog 00023 * files for a list of changes. These files are distributed with 00024 * GLib at ftp://ftp.gtk.org/pub/gtk/. 00025 */ 00026 00027 #ifndef __G_LIB_H__ 00028 #define __G_LIB_H__ 00029 00030 #include <galloca.h> 00031 #include <garray.h> 00032 #include <gasyncqueue.h> 00033 #include <gbacktrace.h> 00034 #include <gcache.h> 00035 #include <gcompat.h> 00036 #include <gcompletion.h> 00037 #include <gconvert.h> 00038 #include <gdataset.h> 00039 #include <gdate.h> 00040 #include <gerror.h> 00041 #include <gfileutils.h> 00042 #include <ghash.h> 00043 #include <ghook.h> 00044 #include <giochannel.h> 00045 #include <glist.h> 00046 #include <gmacros.h> 00047 #include <gmain.h> 00048 #include <gmarkup.h> 00049 #include <gmem.h> 00050 #include <gmessages.h> 00051 #include <gnode.h> 00052 #include <gprimes.h> 00053 #include <gqsort.h> 00054 #include <gquark.h> 00055 #include <gqueue.h> 00056 #include <grand.h> 00057 #include <grel.h> 00058 #include <gscanner.h> 00059 #include <gshell.h> 00060 #include <gslist.h> 00061 #include <gspawn.h> 00062 #include <gstrfuncs.h> 00063 #include <gstring.h> 00064 #include <gthread.h> 00065 #include <gthreadpool.h> 00066 #include <gtimer.h> 00067 #include <gtree.h> 00068 #include <g_types.h> 00069 #include <gunicode.h> 00070 #include <gutils.h> 00071 #ifdef G_OS_WIN32 00072 #include <gwin32.h> 00073 #endif 00074 00075 #endif /* __G_LIB_H__ */