Declare clutter_perspective_get_type() in the stage header.

This commit is contained in:
Emmanuele Bassi 2007-03-27 09:38:43 +00:00
parent 1833d77594
commit 123dfb7886
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-03-27 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-stage.h: Declare the clutter_perspective_get_type()
function in the header.
2007-03-27 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/cogl/cogl.h: Add header and compiler guards.

View File

@ -132,8 +132,9 @@ struct _ClutterPerspective
ClutterFixed zFar;
};
ClutterPerspective *clutter_perspective_copy (const ClutterPerspective *perspective);
void clutter_perspective_free (ClutterPerspective *perspective);
GType clutter_perspective_get_type (void) G_GNUC_CONST;
ClutterPerspective *clutter_perspective_copy (const ClutterPerspective *perspective);
void clutter_perspective_free (ClutterPerspective *perspective);
GType clutter_stage_get_type (void) G_GNUC_CONST;