[clutter] docs: Fix wrong rotation-* properties name
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] docs: Fix wrong rotation-* properties name
- Date: Wed, 6 Jun 2012 10:20:04 +0000 (UTC)
commit 008afe80e38fd35576fc2f636e1a6aefe6e52853
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Wed Jun 6 11:19:33 2012 +0100
docs: Fix wrong rotation-* properties name
Copy and paste typos from the old documentation.
clutter/clutter-actor.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c
index 5865d57..4a5d8b9 100644
--- a/clutter/clutter-actor.c
+++ b/clutter/clutter-actor.c
@@ -40,9 +40,9 @@
* <listitem><para>translation by the origin of the #ClutterActor:allocation;</para></listitem>
* <listitem><para>translation by the actor's #ClutterActor:depth;</para></listitem>
* <listitem><para>scaling by the #ClutterActor:scale-x and #ClutterActor:scale-y factors;</para></listitem>
- * <listitem><para>rotation around the #ClutterActor:rotation-z-angle and #ClutterActor:rotation-z-center;</para></listitem>
- * <listitem><para>rotation around the #ClutterActor:rotation-y-angle and #ClutterActor:rotation-y-center;</para></listitem>
- * <listitem><para>rotation around the #ClutterActor:rotation-x-angle and #ClutterActor:rotation-x-center;</para></listitem>
+ * <listitem><para>rotation around the #ClutterActor:rotation-angle-x and #ClutterActor:rotation-center-x;</para></listitem>
+ * <listitem><para>rotation around the #ClutterActor:rotation-angle-y and #ClutterActor:rotation-center-y;</para></listitem>
+ * <listitem><para>rotation around the #ClutterActor:rotation-angle-z and #ClutterActor:rotation-center-z;</para></listitem>
* <listitem><para>negative translation by the #ClutterActor:anchor-x and #ClutterActor:anchor-y point.</para></listitem>
* </orderedlist>
* </refsect2>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]