Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdk-pixbuf-enum-types.h
Go to the documentation of this file.
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
14
16
17/* enumerations from "gdk-pixbuf-core.h" */
20#define GDK_TYPE_PIXBUF_ALPHA_MODE (gdk_pixbuf_alpha_mode_get_type ())
23#define GDK_TYPE_COLORSPACE (gdk_colorspace_get_type ())
26#define GDK_TYPE_PIXBUF_ERROR (gdk_pixbuf_error_get_type ())
27
28/* enumerations from "gdk-pixbuf-transform.h" */
31#define GDK_TYPE_INTERP_TYPE (gdk_interp_type_get_type ())
34#define GDK_TYPE_PIXBUF_ROTATION (gdk_pixbuf_rotation_get_type ())
36
37#endif /* __GDK_PIXBUF_ENUM_TYPES_H__ */
38
39/* Generated data ends here */
40
GDK_PIXBUF_AVAILABLE_IN_ALL GType gdk_interp_type_get_type(void) G_GNUC_CONST
GDK_PIXBUF_AVAILABLE_IN_ALL GType gdk_pixbuf_error_get_type(void) G_GNUC_CONST
GDK_PIXBUF_AVAILABLE_IN_ALL GType gdk_colorspace_get_type(void) G_GNUC_CONST
G_BEGIN_DECLS GDK_PIXBUF_AVAILABLE_IN_ALL GType gdk_pixbuf_alpha_mode_get_type(void) G_GNUC_CONST
GDK_PIXBUF_AVAILABLE_IN_ALL GType gdk_pixbuf_rotation_get_type(void) G_GNUC_CONST
#define GDK_PIXBUF_AVAILABLE_IN_ALL
#define G_END_DECLS
Definition gmacros.h:910
#define G_BEGIN_DECLS
Definition gmacros.h:909
#define G_GNUC_CONST
Definition gmacros.h:637
gsize GType
Definition gtype.h:427