1.1 --- a/epoc32/include/stdapis/glib-2.0/gobject/gsourceclosure.h Tue Nov 24 13:55:44 2009 +0000
1.2 +++ b/epoc32/include/stdapis/glib-2.0/gobject/gsourceclosure.h Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -1,1 +1,43 @@
1.4 -gsourceclosure.h
1.5 +/* GObject - GLib Type, Object, Parameter and Signal Library
1.6 + * Copyright (C) 2001 Red Hat, Inc.
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
1.20 + * Public 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 +#if !defined (__GLIB_GOBJECT_H_INSIDE__) && !defined (GOBJECT_COMPILATION)
1.25 +#error "Only <glib-object.h> can be included directly."
1.26 +#endif
1.27 +
1.28 +#ifndef __G_SOURCECLOSURE_H__
1.29 +#define __G_SOURCECLOSURE_H__
1.30 +
1.31 +#include <_ansi.h>
1.32 +#include <gobject/gclosure.h>
1.33 +
1.34 +G_BEGIN_DECLS
1.35 +
1.36 +IMPORT_C void g_source_set_closure (GSource *source,
1.37 + GClosure *closure);
1.38 +
1.39 +IMPORT_C GType g_io_channel_get_type (void);
1.40 +IMPORT_C GType g_io_condition_get_type (void);
1.41 +
1.42 +#define G_TYPE_IO_CHANNEL (g_io_channel_get_type ())
1.43 +#define G_TYPE_IO_CONDITION (g_io_condition_get_type ())
1.44 +
1.45 +G_END_DECLS
1.46 +
1.47 +#endif /* __G_SOURCECLOSURE_H__ */