1.1 --- a/epoc32/include/stdapis/glib-2.0/glib-object.h Tue Nov 24 13:55:44 2009 +0000
1.2 +++ b/epoc32/include/stdapis/glib-2.0/glib-object.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -1,1 +1,41 @@
1.4 -glib-object.h
1.5 +/* GObject - GLib Type, Object, Parameter and Signal Library
1.6 + * Copyright (C) 1998, 1999, 2000 Tim Janik and Red Hat, Inc.
1.7 + *
1.8 + * This library is free software; you can redistribute it and/or
1.9 + * modify it under the terms of the GNU Lesser General Public
1.10 + * License as published by the Free Software Foundation; either
1.11 + * version 2 of the License, or (at your option) any later version.
1.12 + *
1.13 + * This library is distributed in the hope that it will be useful,
1.14 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.15 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1.16 + * Lesser General Public License for more details.
1.17 + *
1.18 + * You should have received a copy of the GNU Lesser General
1.19 + * Public License along with this library; if not, write to the
1.20 + * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
1.21 + * Boston, MA 02111-1307, USA.
1.22 + */
1.23 +#ifndef __GLIB_GOBJECT_H__
1.24 +#define __GLIB_GOBJECT_H__
1.25 +
1.26 +#define __GLIB_GOBJECT_H_INSIDE__
1.27 +
1.28 +/* topmost include file for GObject header files */
1.29 +#include <gobject/gboxed.h>
1.30 +#include <gobject/genums.h>
1.31 +#include <gobject/gobject.h>
1.32 +#include <gobject/gparam.h>
1.33 +#include <gobject/gparamspecs.h>
1.34 +#include <gobject/gsignal.h>
1.35 +#include <gobject/gsourceclosure.h>
1.36 +#include <gobject/gtype.h>
1.37 +#include <gobject/gtypemodule.h>
1.38 +#include <gobject/gtypeplugin.h>
1.39 +#include <gobject/gvalue.h>
1.40 +#include <gobject/gvaluearray.h>
1.41 +#include <gobject/gvaluetypes.h>
1.42 +
1.43 +#undef __GLIB_GOBJECT_H_INSIDE__
1.44 +
1.45 +#endif /* __GLIB_GOBJECT_H__ */