| 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, see <http://www.gnu.org/licenses/>. |
| 22 | */ |
| 23 | |
| 24 | #ifndef GDK_PIXBUF_H |
| 25 | #define GDK_PIXBUF_H |
| 26 | |
| 27 | #define GDK_PIXBUF_H_INSIDE |
| 28 | |
| 29 | #include <glib.h> |
| 30 | #include <gdk-pixbuf/gdk-pixbuf-macros.h> |
| 31 | #include <gdk-pixbuf/gdk-pixbuf-features.h> |
| 32 | #include <glib-object.h> |
| 33 | |
| 34 | #include <gdk-pixbuf/gdk-pixbuf-core.h> |
| 35 | #include <gdk-pixbuf/gdk-pixbuf-transform.h> |
| 36 | #include <gdk-pixbuf/gdk-pixbuf-animation.h> |
| 37 | #include <gdk-pixbuf/gdk-pixbuf-simple-anim.h> |
| 38 | #include <gdk-pixbuf/gdk-pixbuf-io.h> |
| 39 | #include <gdk-pixbuf/gdk-pixbuf-loader.h> |
| 40 | #include <gdk-pixbuf/gdk-pixbuf-enum-types.h> |
| 41 | |
| 42 | #include <gdk-pixbuf/gdk-pixbuf-autocleanups.h> |
| 43 | |
| 44 | #undef GDK_PIXBUF_H_INSIDE |
| 45 | |
| 46 | #endif /* GDK_PIXBUF_H */ |
| 47 |