1998-06-11 01:28:29 +02:00
|
|
|
/* GLIB - Library of useful routines for C programming
|
|
|
|
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
2000-07-26 13:02:02 +02:00
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
1998-06-11 01:28:29 +02:00
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
1998-07-23 00:32:22 +02:00
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2000-07-26 13:02:02 +02:00
|
|
|
* Lesser General Public License for more details.
|
1998-06-11 01:28:29 +02:00
|
|
|
*
|
2000-07-26 13:02:02 +02:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
1998-06-11 01:28:29 +02:00
|
|
|
* License along with this library; if not, write to the
|
|
|
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
|
|
* Boston, MA 02111-1307, USA.
|
|
|
|
*/
|
1999-02-24 07:14:27 +01:00
|
|
|
|
|
|
|
/*
|
2000-07-26 13:02:02 +02:00
|
|
|
* Modified by the GLib Team and others 1997-2000. See the AUTHORS
|
1999-02-24 07:14:27 +01:00
|
|
|
* file for a list of people on the GLib Team. See the ChangeLog
|
|
|
|
* files for a list of changes. These files are distributed with
|
2008-03-14 20:30:38 +01:00
|
|
|
* GLib at ftp://ftp.gtk.org/pub/gtk/.
|
1999-02-24 07:14:27 +01:00
|
|
|
*/
|
|
|
|
|
1998-06-11 01:28:29 +02:00
|
|
|
#ifndef __G_LIB_H__
|
|
|
|
#define __G_LIB_H__
|
|
|
|
|
2008-05-05 17:02:15 +02:00
|
|
|
#define __GLIB_H_INSIDE__
|
|
|
|
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/galloca.h>
|
|
|
|
#include <glib/garray.h>
|
|
|
|
#include <glib/gasyncqueue.h>
|
2004-02-26 15:30:35 +01:00
|
|
|
#include <glib/gatomic.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gbacktrace.h>
|
2006-04-04 15:03:23 +02:00
|
|
|
#include <glib/gbase64.h>
|
2010-01-28 17:32:07 +01:00
|
|
|
#include <glib/gbitlock.h>
|
2006-03-27 20:22:47 +02:00
|
|
|
#include <glib/gbookmarkfile.h>
|
2007-12-04 17:31:51 +01:00
|
|
|
#include <glib/gchecksum.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gconvert.h>
|
|
|
|
#include <glib/gdataset.h>
|
|
|
|
#include <glib/gdate.h>
|
2010-05-28 13:19:29 +02:00
|
|
|
#include <glib/gdatetime.h>
|
2001-11-05 02:47:31 +01:00
|
|
|
#include <glib/gdir.h>
|
2011-10-15 22:13:08 +02:00
|
|
|
#include <glib/genviron.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gerror.h>
|
|
|
|
#include <glib/gfileutils.h>
|
|
|
|
#include <glib/ghash.h>
|
2011-08-14 09:27:45 +02:00
|
|
|
#include <glib/ghmac.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/ghook.h>
|
2008-12-29 15:00:17 +01:00
|
|
|
#include <glib/ghostutils.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/giochannel.h>
|
2004-10-23 08:16:42 +02:00
|
|
|
#include <glib/gkeyfile.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/glist.h>
|
|
|
|
#include <glib/gmacros.h>
|
|
|
|
#include <glib/gmain.h>
|
2005-06-25 05:38:32 +02:00
|
|
|
#include <glib/gmappedfile.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gmarkup.h>
|
|
|
|
#include <glib/gmem.h>
|
|
|
|
#include <glib/gmessages.h>
|
|
|
|
#include <glib/gnode.h>
|
2004-08-02 23:40:40 +02:00
|
|
|
#include <glib/goption.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gpattern.h>
|
2008-09-23 20:56:31 +02:00
|
|
|
#include <glib/gpoll.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gprimes.h>
|
|
|
|
#include <glib/gqsort.h>
|
|
|
|
#include <glib/gquark.h>
|
|
|
|
#include <glib/gqueue.h>
|
|
|
|
#include <glib/grand.h>
|
2007-03-15 14:01:31 +01:00
|
|
|
#include <glib/gregex.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gscanner.h>
|
2007-02-04 00:24:50 +01:00
|
|
|
#include <glib/gsequence.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gshell.h>
|
2008-03-14 20:30:38 +01:00
|
|
|
#include <glib/gslice.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gslist.h>
|
|
|
|
#include <glib/gspawn.h>
|
|
|
|
#include <glib/gstrfuncs.h>
|
|
|
|
#include <glib/gstring.h>
|
2011-10-02 05:38:23 +02:00
|
|
|
#include <glib/gstringchunk.h>
|
2007-11-20 16:01:02 +01:00
|
|
|
#include <glib/gtestutils.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gthread.h>
|
|
|
|
#include <glib/gthreadpool.h>
|
|
|
|
#include <glib/gtimer.h>
|
2010-09-16 10:44:59 +02:00
|
|
|
#include <glib/gtimezone.h>
|
2011-10-16 22:52:24 +02:00
|
|
|
#include <glib/gtrashstack.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gtree.h>
|
|
|
|
#include <glib/gtypes.h>
|
|
|
|
#include <glib/gunicode.h>
|
2007-12-11 02:48:23 +01:00
|
|
|
#include <glib/gurifuncs.h>
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gutils.h>
|
2010-01-25 17:26:27 +01:00
|
|
|
#include <glib/gvarianttype.h>
|
2010-02-10 17:13:06 +01:00
|
|
|
#include <glib/gvariant.h>
|
2011-10-16 23:01:26 +02:00
|
|
|
#include <glib/gversion.h>
|
2001-03-09 22:23:33 +01:00
|
|
|
#ifdef G_PLATFORM_WIN32
|
2001-06-26 18:01:21 +02:00
|
|
|
#include <glib/gwin32.h>
|
2000-10-19 19:52:12 +02:00
|
|
|
#endif
|
2000-07-19 16:01:22 +02:00
|
|
|
|
2011-09-19 02:17:59 +02:00
|
|
|
#ifndef G_DISABLE_DEPRECATED
|
|
|
|
#include <glib/deprecated/gallocator.h>
|
2011-10-13 01:55:02 +02:00
|
|
|
#include <glib/deprecated/gcache.h>
|
2011-09-19 02:36:30 +02:00
|
|
|
#include <glib/deprecated/gcompletion.h>
|
2011-09-19 02:31:09 +02:00
|
|
|
#include <glib/deprecated/grel.h>
|
2011-09-19 07:11:11 +02:00
|
|
|
#include <glib/deprecated/gthread.h>
|
2011-09-19 02:17:59 +02:00
|
|
|
#endif
|
|
|
|
|
2008-05-05 17:02:15 +02:00
|
|
|
#undef __GLIB_H_INSIDE__
|
|
|
|
|
1998-06-11 01:28:29 +02:00
|
|
|
#endif /* __G_LIB_H__ */
|