Merge gobject-branch into trunk

This commit is contained in:
Matthew Allum
2006-05-29 08:59:36 +00:00
parent c936f265b0
commit 342ea125f1
123 changed files with 30673 additions and 8360 deletions

20
clutter/clutter.h Normal file
View File

@ -0,0 +1,20 @@
#ifndef _HAVE_CLUTTER_H
#define _HAVE_CLUTTER_H
#include "clutter-keysyms.h"
#include "clutter-main.h"
#include "clutter-color.h"
#include "clutter-util.h"
#include "clutter-event.h"
#include "clutter-timeline.h"
#include "clutter-stage.h"
#include "clutter-element.h"
#include "clutter-rectangle.h"
#include "clutter-group.h"
#include "clutter-texture.h"
#include "clutter-clone-texture.h"
#include "clutter-video-texture.h"
#include "clutter-label.h"
#include "clutter-enum-types.h"
#endif