libvips/libvips/include/vips/enumtypes.h

30 lines
979 B
C
Raw Normal View History

/* Generated data (by glib-mkenums) */
#ifndef VIPS_ENUM_TYPES_H
#define VIPS_ENUM_TYPES_H
G_BEGIN_DECLS
/* enumerations from "../../../libvips/include/vips/util.h" */
GType vips_token_get_type (void) G_GNUC_CONST;
#define VIPS_TYPE_TOKEN (vips_token_get_type())
/* enumerations from "../../../libvips/include/vips/image.h" */
GType vips_demand_style_get_type (void) G_GNUC_CONST;
#define VIPS_TYPE_DEMAND_STYLE (vips_demand_style_get_type())
GType vips_type_get_type (void) G_GNUC_CONST;
#define VIPS_TYPE_TYPE (vips_type_get_type())
GType vips_format_get_type (void) G_GNUC_CONST;
#define VIPS_TYPE_FORMAT (vips_format_get_type())
GType vips_coding_get_type (void) G_GNUC_CONST;
#define VIPS_TYPE_CODING (vips_coding_get_type())
/* enumerations from "../../../libvips/include/vips/object.h" */
GType vips_argument_get_type (void) G_GNUC_CONST;
#define VIPS_TYPE_ARGUMENT (vips_argument_get_type())
G_END_DECLS
#endif /*VIPS_ENUM_TYPES_H*/
/* Generated data ends here */