epoc32/include/stdapis/glib-2.0/glib.h
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
     1.1 --- a/epoc32/include/stdapis/glib-2.0/glib.h	Tue Nov 24 13:55:44 2009 +0000
     1.2 +++ b/epoc32/include/stdapis/glib-2.0/glib.h	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -1,1 +1,96 @@
     1.4 -glib.h
     1.5 +/* GLIB - Library of useful routines for C programming
     1.6 + * Copyright (C) 1995-1997  Peter Mattis, Spencer Kimball and Josh MacDonald
     1.7 + * Portions copyright (c) 2006 Nokia Corporation.  All rights reserved.
     1.8 + *
     1.9 + * This library is free software; you can redistribute it and/or
    1.10 + * modify it under the terms of the GNU Lesser General Public
    1.11 + * License as published by the Free Software Foundation; either
    1.12 + * version 2 of the License, or (at your option) any later version.
    1.13 + *
    1.14 + * This library is distributed in the hope that it will be useful,
    1.15 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.16 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the GNU
    1.17 + * Lesser General Public License for more details.
    1.18 + *
    1.19 + * You should have received a copy of the GNU Lesser General Public
    1.20 + * License along with this library; if not, write to the
    1.21 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    1.22 + * Boston, MA 02111-1307, USA.
    1.23 + */
    1.24 +
    1.25 +/*
    1.26 + * Modified by the GLib Team and others 1997-2000.  See the AUTHORS
    1.27 + * file for a list of people on the GLib Team.  See the ChangeLog
    1.28 + * files for a list of changes.  These files are distributed with
    1.29 + * GLib at ftp://ftp.gtk.org/pub/gtk/. 
    1.30 + */
    1.31 +
    1.32 +#ifndef __G_LIB_H__
    1.33 +#define __G_LIB_H__
    1.34 +
    1.35 +#include <_ansi.h>
    1.36 +
    1.37 +#ifdef __SYMBIAN32__
    1.38 +#	define inline __inline  
    1.39 +#endif /* __SYMBIAN32__ */
    1.40 +
    1.41 +#ifdef __SYMBIAN32__
    1.42 +#	define FIX_CASTING(x) (x)
    1.43 +#else
    1.44 +#	define FIX_CASTING(x)
    1.45 +#endif
    1.46 +
    1.47 +#include <glib/galloca.h>
    1.48 +#include <glib/garray.h>
    1.49 +#include <glib/gasyncqueue.h>
    1.50 +#include <glib/gatomic.h>
    1.51 +#include <glib/gbacktrace.h>
    1.52 +#include <glib/gcache.h>
    1.53 +#include <glib/gcompletion.h>
    1.54 +#include <glib/gconvert.h>
    1.55 +#include <glib/gdataset.h>
    1.56 +#include <glib/gdate.h>
    1.57 +#include <glib/gdir.h>
    1.58 +#include <glib/gerror.h>
    1.59 +#include <glib/gfileutils.h>
    1.60 +#include <glib/ghash.h>
    1.61 +#include <glib/ghook.h>
    1.62 +#include <glib/giochannel.h>
    1.63 +#include <glib/gkeyfile.h>
    1.64 +#include <glib/glist.h>
    1.65 +#include <glib/gmacros.h>
    1.66 +#include <glib/gmain.h>
    1.67 +#include <glib/gmappedfile.h>
    1.68 +#include <glib/gmarkup.h>
    1.69 +#include <glib/gmem.h>
    1.70 +#include <glib/gmessages.h>
    1.71 +#include <glib/gnode.h>
    1.72 +#include <glib/goption.h>
    1.73 +#include <glib/gpattern.h>
    1.74 +#include <glib/gprimes.h>
    1.75 +#include <glib/gqsort.h>
    1.76 +#include <glib/gquark.h>
    1.77 +#include <glib/gqueue.h>
    1.78 +#include <glib/grand.h>
    1.79 +#include <glib/grel.h>
    1.80 +#include <glib/gscanner.h>
    1.81 +#include <glib/gshell.h>
    1.82 +#include <glib/gslist.h>
    1.83 +#include <glib/gspawn.h>
    1.84 +#include <glib/gstrfuncs.h>
    1.85 +#include <glib/gstring.h>
    1.86 +#include <glib/gthread.h>
    1.87 +#include <glib/gthreadpool.h>
    1.88 +#include <glib/gtimer.h>
    1.89 +#include <glib/gtree.h>
    1.90 +#include <glib/gtypes.h>
    1.91 +#include <glib/gunicode.h>
    1.92 +#include <glib/gutils.h>
    1.93 +#ifdef G_PLATFORM_WIN32
    1.94 +#include <glib/gwin32.h>
    1.95 +#endif
    1.96 +#ifdef __SYMBIAN32__
    1.97 +#include <glib/gslice.h>
    1.98 +#endif /* __SYMBIAN32__ */
    1.99 +
   1.100 +#endif /* __G_LIB_H__ */