ossrv_pub/glib_keyvalue_file_parser/inc/stdapis/glib-2.0/glib.h
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /* GLIB - Library of useful routines for C programming
       
     2  * Copyright (C) 1995-1997  Peter Mattis, Spencer Kimball and Josh MacDonald
       
     3  * Portions copyright (c) 2006 Nokia Corporation.  All rights reserved.
       
     4  *
       
     5  * This library is free software; you can redistribute it and/or
       
     6  * modify it under the terms of the GNU Lesser General Public
       
     7  * License as published by the Free Software Foundation; either
       
     8  * version 2 of the License, or (at your option) any later version.
       
     9  *
       
    10  * This library is distributed in the hope that it will be useful,
       
    11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the GNU
       
    13  * Lesser General Public License for more details.
       
    14  *
       
    15  * You should have received a copy of the GNU Lesser General Public
       
    16  * License along with this library; if not, write to the
       
    17  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    18  * Boston, MA 02111-1307, USA.
       
    19  */
       
    20 
       
    21 /*
       
    22  * Modified by the GLib Team and others 1997-2000.  See the AUTHORS
       
    23  * file for a list of people on the GLib Team.  See the ChangeLog
       
    24  * files for a list of changes.  These files are distributed with
       
    25  * GLib at ftp://ftp.gtk.org/pub/gtk/. 
       
    26  */
       
    27 
       
    28 #ifndef __G_LIB_H__
       
    29 #define __G_LIB_H__
       
    30 
       
    31 #include <_ansi.h>
       
    32 
       
    33 #ifdef __SYMBIAN32__
       
    34 #	define inline __inline  
       
    35 #endif /* __SYMBIAN32__ */
       
    36 
       
    37 #ifdef __SYMBIAN32__
       
    38 #	define FIX_CASTING(x) (x)
       
    39 #else
       
    40 #	define FIX_CASTING(x)
       
    41 #endif
       
    42 
       
    43 #include <glib/galloca.h>
       
    44 #include <glib/garray.h>
       
    45 #include <glib/gasyncqueue.h>
       
    46 #include <glib/gatomic.h>
       
    47 #include <glib/gbacktrace.h>
       
    48 #include <glib/gcache.h>
       
    49 #include <glib/gcompletion.h>
       
    50 #include <glib/gconvert.h>
       
    51 #include <glib/gdataset.h>
       
    52 #include <glib/gdate.h>
       
    53 #include <glib/gdir.h>
       
    54 #include <glib/gerror.h>
       
    55 #include <glib/gfileutils.h>
       
    56 #include <glib/ghash.h>
       
    57 #include <glib/ghook.h>
       
    58 #include <glib/giochannel.h>
       
    59 #include <glib/gkeyfile.h>
       
    60 #include <glib/glist.h>
       
    61 #include <glib/gmacros.h>
       
    62 #include <glib/gmain.h>
       
    63 #include <glib/gmappedfile.h>
       
    64 #include <glib/gmarkup.h>
       
    65 #include <glib/gmem.h>
       
    66 #include <glib/gmessages.h>
       
    67 #include <glib/gnode.h>
       
    68 #include <glib/goption.h>
       
    69 #include <glib/gpattern.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/grel.h>
       
    76 #include <glib/gscanner.h>
       
    77 #include <glib/gshell.h>
       
    78 #include <glib/gslist.h>
       
    79 #include <glib/gspawn.h>
       
    80 #include <glib/gstrfuncs.h>
       
    81 #include <glib/gstring.h>
       
    82 #include <glib/gthread.h>
       
    83 #include <glib/gthreadpool.h>
       
    84 #include <glib/gtimer.h>
       
    85 #include <glib/gtree.h>
       
    86 #include <glib/gtypes.h>
       
    87 #include <glib/gunicode.h>
       
    88 #include <glib/gutils.h>
       
    89 #ifdef G_PLATFORM_WIN32
       
    90 #include <glib/gwin32.h>
       
    91 #endif
       
    92 #ifdef __SYMBIAN32__
       
    93 #include <glib/gslice.h>
       
    94 #endif /* __SYMBIAN32__ */
       
    95 
       
    96 #endif /* __G_LIB_H__ */