| 1 | |
|---|---|
| 2 | /* This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ | 
| 3 | |
| 4 | #if defined(GDK_PIXBUF_DISABLE_SINGLE_INCLUDES) && !defined (GDK_PIXBUF_H_INSIDE) && !defined (GDK_PIXBUF_COMPILATION) | 
| 5 | #error "Only <gdk-pixbuf/gdk-pixbuf.h> can be included directly." | 
| 6 | #endif | 
| 7 | |
| 8 | #ifndef __GDK_PIXBUF_ENUM_TYPES_H__ | 
| 9 | #define __GDK_PIXBUF_ENUM_TYPES_H__ | 
| 10 | |
| 11 | #include <glib-object.h> | 
| 12 | |
| 13 | #include <gdk-pixbuf/gdk-pixbuf-macros.h> | 
| 14 | |
| 15 | G_BEGIN_DECLS | 
| 16 | |
| 17 | /* enumerations from "gdk-pixbuf-core.h" */ | 
| 18 | GDK_PIXBUF_AVAILABLE_IN_ALL | 
| 19 | GType gdk_pixbuf_alpha_mode_get_type (void) G_GNUC_CONST; | 
| 20 | #define GDK_TYPE_PIXBUF_ALPHA_MODE (gdk_pixbuf_alpha_mode_get_type ()) | 
| 21 | GDK_PIXBUF_AVAILABLE_IN_ALL | 
| 22 | GType gdk_colorspace_get_type (void) G_GNUC_CONST; | 
| 23 | #define GDK_TYPE_COLORSPACE (gdk_colorspace_get_type ()) | 
| 24 | GDK_PIXBUF_AVAILABLE_IN_ALL | 
| 25 | GType gdk_pixbuf_error_get_type (void) G_GNUC_CONST; | 
| 26 | #define GDK_TYPE_PIXBUF_ERROR (gdk_pixbuf_error_get_type ()) | 
| 27 | |
| 28 | /* enumerations from "gdk-pixbuf-transform.h" */ | 
| 29 | GDK_PIXBUF_AVAILABLE_IN_ALL | 
| 30 | GType gdk_interp_type_get_type (void) G_GNUC_CONST; | 
| 31 | #define GDK_TYPE_INTERP_TYPE (gdk_interp_type_get_type ()) | 
| 32 | GDK_PIXBUF_AVAILABLE_IN_ALL | 
| 33 | GType gdk_pixbuf_rotation_get_type (void) G_GNUC_CONST; | 
| 34 | #define GDK_TYPE_PIXBUF_ROTATION (gdk_pixbuf_rotation_get_type ()) | 
| 35 | G_END_DECLS | 
| 36 | |
| 37 | #endif /* __GDK_PIXBUF_ENUM_TYPES_H__ */ | 
| 38 | |
| 39 | /* Generated data ends here */ | 
| 40 | |
| 41 | 
