(root)/
glib-2.79.0/
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   * SPDX-License-Identifier: LGPL-2.1-or-later
       5   *
       6   * This library is free software; you can redistribute it and/or
       7   * modify it under the terms of the GNU Lesser General Public
       8   * License as published by the Free Software Foundation; either
       9   * version 2.1 of the License, or (at your option) any later version.
      10   *
      11   * This library is distributed in the hope that it will be useful,
      12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
      13   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the GNU
      14   * Lesser General Public License for more details.
      15   *
      16   * You should have received a copy of the GNU Lesser General Public
      17   * License along with this library; if not, see <http://www.gnu.org/licenses/>.
      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  #define __GLIB_H_INSIDE__
      31  
      32  #include <glib/galloca.h>
      33  #include <glib/garray.h>
      34  #include <glib/gasyncqueue.h>
      35  #include <glib/gatomic.h>
      36  #include <glib/gbacktrace.h>
      37  #include <glib/gbase64.h>
      38  #include <glib/gbitlock.h>
      39  #include <glib/gbookmarkfile.h>
      40  #include <glib/gbytes.h>
      41  #include <glib/gcharset.h>
      42  #include <glib/gchecksum.h>
      43  #include <glib/gconvert.h>
      44  #include <glib/gdataset.h>
      45  #include <glib/gdate.h>
      46  #include <glib/gdatetime.h>
      47  #include <glib/gdir.h>
      48  #include <glib/genviron.h>
      49  #include <glib/gerror.h>
      50  #include <glib/gfileutils.h>
      51  #include <glib/ggettext.h>
      52  #include <glib/ghash.h>
      53  #include <glib/ghmac.h>
      54  #include <glib/ghook.h>
      55  #include <glib/ghostutils.h>
      56  #include <glib/giochannel.h>
      57  #include <glib/gkeyfile.h>
      58  #include <glib/glist.h>
      59  #include <glib/gmacros.h>
      60  #include <glib/gmain.h>
      61  #include <glib/gmappedfile.h>
      62  #include <glib/gmarkup.h>
      63  #include <glib/gmem.h>
      64  #include <glib/gmessages.h>
      65  #include <glib/gnode.h>
      66  #include <glib/goption.h>
      67  #include <glib/gpathbuf.h>
      68  #include <glib/gpattern.h>
      69  #include <glib/gpoll.h>
      70  #include <glib/gprimes.h>
      71  #include <glib/gqsort.h>
      72  #include <glib/gquark.h>
      73  #include <glib/gqueue.h>
      74  #include <glib/grand.h>
      75  #include <glib/grcbox.h>
      76  #include <glib/grefcount.h>
      77  #include <glib/grefstring.h>
      78  #include <glib/gregex.h>
      79  #include <glib/gscanner.h>
      80  #include <glib/gsequence.h>
      81  #include <glib/gshell.h>
      82  #include <glib/gslice.h>
      83  #include <glib/gslist.h>
      84  #include <glib/gspawn.h>
      85  #include <glib/gstrfuncs.h>
      86  #include <glib/gstringchunk.h>
      87  #include <glib/gstring.h>
      88  #include <glib/gstrvbuilder.h>
      89  #include <glib/gtestutils.h>
      90  #include <glib/gthread.h>
      91  #include <glib/gthreadpool.h>
      92  #include <glib/gtimer.h>
      93  #include <glib/gtimezone.h>
      94  #include <glib/gtrashstack.h>
      95  #include <glib/gtree.h>
      96  #include <glib/gtypes.h>
      97  #include <glib/gunicode.h>
      98  #include <glib/guri.h>
      99  #include <glib/gutils.h>
     100  #include <glib/guuid.h>
     101  #include <glib/gvariant.h>
     102  #include <glib/gvarianttype.h>
     103  #include <glib/gversion.h>
     104  #include <glib/gversionmacros.h>
     105  
     106  #ifdef G_PLATFORM_WIN32
     107  #include <glib/gwin32.h>
     108  #endif
     109  
     110  #include <glib/deprecated/gallocator.h>
     111  #include <glib/deprecated/gcache.h>
     112  #include <glib/deprecated/gcompletion.h>
     113  #include <glib/deprecated/gmain.h>
     114  #include <glib/deprecated/grel.h>
     115  #include <glib/deprecated/gthread.h>
     116  
     117  #include <glib/glib-autocleanups.h>
     118  #include <glib/glib-typeof.h>
     119  
     120  #undef __GLIB_H_INSIDE__
     121  
     122  #endif /* __G_LIB_H__ */