]> Pileus Git - ~andy/gtk/blob - gdk-pixbuf/gdk-pixbuf.h
9a30131fb1dcecfc7ebc899d92e84edff23b784a
[~andy/gtk] / gdk-pixbuf / gdk-pixbuf.h
1 /* GdkPixbuf library - Main header file
2  *
3  * Copyright (C) 1999 The Free Software Foundation
4  *
5  * Authors: Mark Crichton <crichton@gimp.org>
6  *          Miguel de Icaza <miguel@gnu.org>
7  *          Federico Mena-Quintero <federico@gimp.org>
8  *          Havoc Pennington <hp@redhat.com>
9  *
10  * This library is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 2 of the License, or (at your option) any later version.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with this library; if not, write to the
22  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23  * Boston, MA 02111-1307, USA.
24  */
25
26 #ifndef GDK_PIXBUF_H
27 #define GDK_PIXBUF_H
28
29 #define GDK_PIXBUF_H_INSIDE
30
31 #include <glib.h>
32 #include <gdk-pixbuf/gdk-pixbuf-features.h>
33 #include <glib-object.h>
34
35 #include <gdk-pixbuf/gdk-pixbuf-core.h>
36 #include <gdk-pixbuf/gdk-pixbuf-transform.h>
37 #include <gdk-pixbuf/gdk-pixbuf-animation.h>
38 #include <gdk-pixbuf/gdk-pixbuf-simple-anim.h>
39 #include <gdk-pixbuf/gdk-pixbuf-io.h>
40 #include <gdk-pixbuf/gdk-pixbuf-loader.h>
41 #include <gdk-pixbuf/gdk-pixbuf-enum-types.h>
42
43 #undef GDK_PIXBUF_H_INSIDE
44
45 #endif  /* GDK_PIXBUF_H */