diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c index 5865d5743..4a5d8b917 100644 --- a/clutter/clutter-actor.c +++ b/clutter/clutter-actor.c @@ -40,9 +40,9 @@ * translation by the origin of the #ClutterActor:allocation; * translation by the actor's #ClutterActor:depth; * scaling by the #ClutterActor:scale-x and #ClutterActor:scale-y factors; - * rotation around the #ClutterActor:rotation-z-angle and #ClutterActor:rotation-z-center; - * rotation around the #ClutterActor:rotation-y-angle and #ClutterActor:rotation-y-center; - * rotation around the #ClutterActor:rotation-x-angle and #ClutterActor:rotation-x-center; + * rotation around the #ClutterActor:rotation-angle-x and #ClutterActor:rotation-center-x; + * rotation around the #ClutterActor:rotation-angle-y and #ClutterActor:rotation-center-y; + * rotation around the #ClutterActor:rotation-angle-z and #ClutterActor:rotation-center-z; * negative translation by the #ClutterActor:anchor-x and #ClutterActor:anchor-y point. * *