You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

46 lines
1.5 KiB

  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. #ifndef GDK_PIXBUF_H
  26. #define GDK_PIXBUF_H
  27. #define GDK_PIXBUF_H_INSIDE
  28. #include <glib.h>
  29. #include <gdk-pixbuf/gdk-pixbuf-features.h>
  30. #include <glib-object.h>
  31. #include <gdk-pixbuf/gdk-pixbuf-core.h>
  32. #include <gdk-pixbuf/gdk-pixbuf-transform.h>
  33. #include <gdk-pixbuf/gdk-pixbuf-animation.h>
  34. #include <gdk-pixbuf/gdk-pixbuf-simple-anim.h>
  35. #include <gdk-pixbuf/gdk-pixbuf-io.h>
  36. #include <gdk-pixbuf/gdk-pixbuf-loader.h>
  37. #include <gdk-pixbuf/gdk-pixbuf-enum-types.h>
  38. #undef GDK_PIXBUF_H_INSIDE
  39. #endif /* GDK_PIXBUF_H */