~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to clutter/cogl/cogl-enum-types.h

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
/* Generated data (by glib-mkenums) */
3
 
 
4
 
#ifndef __COGL_ENUM_TYPES_H__
5
 
#define __COGL_ENUM_TYPES_H__
6
 
 
7
 
#include <glib-object.h>
8
 
 
9
 
G_BEGIN_DECLS
10
 
 
11
 
/* enumerations from "../../../clutter/cogl/cogl-debug.h" */
12
 
GType cogl_debug_flags_get_type (void) G_GNUC_CONST;
13
 
#define COGL_TYPE_DEBUG_FLAGS (cogl_debug_flags_get_type())
14
 
 
15
 
/* enumerations from "../../../clutter/cogl/cogl-material.h" */
16
 
GType cogl_material_filter_get_type (void) G_GNUC_CONST;
17
 
#define COGL_TYPE_MATERIAL_FILTER (cogl_material_filter_get_type())
18
 
 
19
 
GType cogl_material_alpha_func_get_type (void) G_GNUC_CONST;
20
 
#define COGL_TYPE_MATERIAL_ALPHA_FUNC (cogl_material_alpha_func_get_type())
21
 
 
22
 
GType cogl_material_layer_type_get_type (void) G_GNUC_CONST;
23
 
#define COGL_TYPE_MATERIAL_LAYER_TYPE (cogl_material_layer_type_get_type())
24
 
 
25
 
/* enumerations from "../../../clutter/cogl/cogl-shader.h" */
26
 
GType cogl_shader_type_get_type (void) G_GNUC_CONST;
27
 
#define COGL_TYPE_SHADER_TYPE (cogl_shader_type_get_type())
28
 
 
29
 
/* enumerations from "../../../clutter/cogl/cogl-types.h" */
30
 
GType cogl_pixel_format_get_type (void) G_GNUC_CONST;
31
 
#define COGL_TYPE_PIXEL_FORMAT (cogl_pixel_format_get_type())
32
 
 
33
 
GType cogl_feature_flags_get_type (void) G_GNUC_CONST;
34
 
#define COGL_TYPE_FEATURE_FLAGS (cogl_feature_flags_get_type())
35
 
 
36
 
GType cogl_buffer_target_get_type (void) G_GNUC_CONST;
37
 
#define COGL_TYPE_BUFFER_TARGET (cogl_buffer_target_get_type())
38
 
 
39
 
GType cogl_texture_flags_get_type (void) G_GNUC_CONST;
40
 
#define COGL_TYPE_TEXTURE_FLAGS (cogl_texture_flags_get_type())
41
 
 
42
 
GType cogl_fog_mode_get_type (void) G_GNUC_CONST;
43
 
#define COGL_TYPE_FOG_MODE (cogl_fog_mode_get_type())
44
 
 
45
 
GType cogl_blend_string_error_get_type (void) G_GNUC_CONST;
46
 
#define COGL_TYPE_BLEND_STRING_ERROR (cogl_blend_string_error_get_type())
47
 
 
48
 
/* enumerations from "../../../clutter/cogl/cogl-vertex-buffer.h" */
49
 
GType cogl_attribute_type_get_type (void) G_GNUC_CONST;
50
 
#define COGL_TYPE_ATTRIBUTE_TYPE (cogl_attribute_type_get_type())
51
 
 
52
 
GType cogl_vertices_mode_get_type (void) G_GNUC_CONST;
53
 
#define COGL_TYPE_VERTICES_MODE (cogl_vertices_mode_get_type())
54
 
 
55
 
GType cogl_indices_type_get_type (void) G_GNUC_CONST;
56
 
#define COGL_TYPE_INDICES_TYPE (cogl_indices_type_get_type())
57
 
 
58
 
/* enumerations from "../../../clutter/cogl/cogl.h" */
59
 
GType cogl_buffer_bit_get_type (void) G_GNUC_CONST;
60
 
#define COGL_TYPE_BUFFER_BIT (cogl_buffer_bit_get_type())
61
 
 
62
 
GType cogl_read_pixels_flags_get_type (void) G_GNUC_CONST;
63
 
#define COGL_TYPE_READ_PIXELS_FLAGS (cogl_read_pixels_flags_get_type())
64
 
 
65
 
G_END_DECLS
66
 
 
67
 
#endif /* !__CLUTTER_ENUM_TYPES_H__ */
68
 
 
69
 
/* Generated data ends here */
70