Blame gdk-pixbuf/gdk-pixbuf.h

Packit a4058c
/* GdkPixbuf library - Main header file
Packit a4058c
 *
Packit a4058c
 * Copyright (C) 1999 The Free Software Foundation
Packit a4058c
 *
Packit a4058c
 * Authors: Mark Crichton <crichton@gimp.org>
Packit a4058c
 *          Miguel de Icaza <miguel@gnu.org>
Packit a4058c
 *          Federico Mena-Quintero <federico@gimp.org>
Packit a4058c
 *          Havoc Pennington <hp@redhat.com>
Packit a4058c
 *
Packit a4058c
 * This library is free software; you can redistribute it and/or
Packit a4058c
 * modify it under the terms of the GNU Lesser General Public
Packit a4058c
 * License as published by the Free Software Foundation; either
Packit a4058c
 * version 2 of the License, or (at your option) any later version.
Packit a4058c
 *
Packit a4058c
 * This library is distributed in the hope that it will be useful,
Packit a4058c
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit a4058c
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit a4058c
 * Lesser General Public License for more details.
Packit a4058c
 *
Packit a4058c
 * You should have received a copy of the GNU Lesser General Public
Packit a4058c
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
Packit a4058c
 */
Packit a4058c
Packit a4058c
#ifndef GDK_PIXBUF_H
Packit a4058c
#define GDK_PIXBUF_H
Packit a4058c
Packit a4058c
#define GDK_PIXBUF_H_INSIDE
Packit a4058c
Packit a4058c
#include <glib.h>
Packit a4058c
#include <gdk-pixbuf/gdk-pixbuf-macros.h>
Packit a4058c
#include <gdk-pixbuf/gdk-pixbuf-features.h>
Packit a4058c
#include <glib-object.h>
Packit a4058c
Packit a4058c
#include <gdk-pixbuf/gdk-pixbuf-core.h>
Packit a4058c
#include <gdk-pixbuf/gdk-pixbuf-transform.h>
Packit a4058c
#include <gdk-pixbuf/gdk-pixbuf-animation.h>
Packit a4058c
#include <gdk-pixbuf/gdk-pixbuf-simple-anim.h>
Packit a4058c
#include <gdk-pixbuf/gdk-pixbuf-io.h>
Packit a4058c
#include <gdk-pixbuf/gdk-pixbuf-loader.h>
Packit a4058c
#include <gdk-pixbuf/gdk-pixbuf-enum-types.h>
Packit a4058c
Packit a4058c
#include <gdk-pixbuf/gdk-pixbuf-autocleanups.h>
Packit a4058c
Packit a4058c
#undef GDK_PIXBUF_H_INSIDE
Packit a4058c
Packit a4058c
#endif  /* GDK_PIXBUF_H */