2007-10-28 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-effect.c:
        Small doc fix (#584)
This commit is contained in:
Matthew Allum 2007-10-28 21:57:04 +00:00
parent 01fee601b5
commit 307305187a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-10-28 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-effect.c:
Small doc fix (#584)
2007-10-27 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/json/json-parser.c:

View File

@ -673,7 +673,7 @@ clutter_effect_scale (ClutterEffectTemplate *template_,
* @completed_data: Data to pass to supplied #ClutterEffectCompleteFunc
* or NULL
*
* Simple effect for rotating a single #ClutterActor about y axis.
* Simple effect for rotating a single #ClutterActor about x axis.
*
* Return value: a #ClutterTimeline for the effect. Will be unreferenced by
* the effect when completed.