4 * An OpenGL based 'interactive canvas' library.
6 * Authored By Matthew Allum <mallum@openedhand.com>
8 * Copyright (C) 2006 OpenedHand
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.
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.
20 * You should have received a copy of the GNU Lesser General Public
21 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
29 #define __CLUTTER_H_INSIDE__
31 #include "clutter-config.h"
32 #include "clutter-types.h"
34 #include "clutter-action.h"
35 #include "clutter-actor.h"
36 #include "clutter-actor-meta.h"
37 #include "clutter-align-constraint.h"
38 #include "clutter-animatable.h"
39 #include "clutter-backend.h"
40 #include "clutter-bind-constraint.h"
41 #include "clutter-binding-pool.h"
42 #include "clutter-bin-layout.h"
43 #include "clutter-blur-effect.h"
44 #include "clutter-box-layout.h"
45 #include "clutter-brightness-contrast-effect.h"
46 #include "clutter-cairo.h"
47 #include "clutter-canvas.h"
48 #include "clutter-child-meta.h"
49 #include "clutter-click-action.h"
50 #include "clutter-clone.h"
51 #include "clutter-color.h"
52 #include "clutter-color-static.h"
53 #include "clutter-colorize-effect.h"
54 #include "clutter-constraint.h"
55 #include "clutter-container.h"
56 #include "clutter-content.h"
57 #include "clutter-deform-effect.h"
58 #include "clutter-desaturate-effect.h"
59 #include "clutter-device-manager.h"
60 #include "clutter-drag-action.h"
61 #include "clutter-drop-action.h"
62 #include "clutter-effect.h"
63 #include "clutter-enums.h"
64 #include "clutter-event.h"
65 #include "clutter-feature.h"
66 #include "clutter-fixed-layout.h"
67 #include "clutter-flow-layout.h"
68 #include "clutter-gesture-action.h"
69 #include "clutter-grid-layout.h"
70 #include "clutter-group.h"
71 #include "clutter-image.h"
72 #include "clutter-input-device.h"
73 #include "clutter-interval.h"
74 #include "clutter-keyframe-transition.h"
75 #include "clutter-keysyms.h"
76 #include "clutter-layout-manager.h"
77 #include "clutter-layout-meta.h"
78 #include "clutter-list-model.h"
79 #include "clutter-macros.h"
80 #include "clutter-main.h"
81 #include "clutter-model.h"
82 #include "clutter-offscreen-effect.h"
83 #include "clutter-page-turn-effect.h"
84 #include "clutter-paint-nodes.h"
85 #include "clutter-paint-node.h"
86 #include "clutter-path-constraint.h"
87 #include "clutter-path.h"
88 #include "clutter-property-transition.h"
89 #include "clutter-scriptable.h"
90 #include "clutter-script.h"
91 #include "clutter-scroll-actor.h"
92 #include "clutter-settings.h"
93 #include "clutter-shader-effect.h"
94 #include "clutter-shader-types.h"
95 #include "clutter-swipe-action.h"
96 #include "clutter-snap-constraint.h"
97 #include "clutter-stage.h"
98 #include "clutter-stage-manager.h"
99 #include "clutter-table-layout.h"
100 #include "clutter-texture.h"
101 #include "clutter-text.h"
102 #include "clutter-timeline.h"
103 #include "clutter-transition-group.h"
104 #include "clutter-transition.h"
105 #include "clutter-units.h"
106 #include "clutter-version.h"
108 #include "clutter-enum-types.h"
110 #include "clutter-deprecated.h"
112 #undef __CLUTTER_H_INSIDE__
114 #endif /* __CLUTTER_H__ */