[clutter] docs: Update the actor example image



commit 7713d3bbdc0f360f9f0e8d782d0a3215441bb6f5
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Wed Feb 29 15:05:44 2012 +0000

    docs: Update the actor example image

 clutter/clutter-actor.c                 |    4 ++--
 doc/reference/clutter/Makefile.am       |    4 ++--
 doc/reference/clutter/actor-example.png |  Bin 0 -> 4966 bytes
 doc/reference/clutter/test-actor.png    |  Bin 5081 -> 0 bytes
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c
index 3d8ce79..eb838ae 100644
--- a/clutter/clutter-actor.c
+++ b/clutter/clutter-actor.c
@@ -109,9 +109,9 @@
  *   <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
  * </xi:include>
  *   </programlisting></informalexample>
- *   <figure id="bin-layout">
+ *   <figure id="actor-example-image">
  *     <title>Actors</title>
- *     <graphic fileref="test-actor.png" format="PNG"/>
+ *     <graphic fileref="actor-example.png" format="PNG"/>
  *   </figure>
  * </refsect2>
  *
diff --git a/doc/reference/clutter/Makefile.am b/doc/reference/clutter/Makefile.am
index 679f6cb..3219137 100644
--- a/doc/reference/clutter/Makefile.am
+++ b/doc/reference/clutter/Makefile.am
@@ -117,6 +117,7 @@ EXTRA_HFILES = \
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
 HTML_IMAGES = \
 	actor-box.png \
+	actor-example.png \
 	animator-key-frames.png \
 	bin-layout.png \
 	box-layout.png \
@@ -126,8 +127,7 @@ HTML_IMAGES = \
 	flow-layout-horizontal.png \
 	flow-layout-vertical.png \
 	path-alpha-func.png \
-	offscreen-redirect.png \
-	test-actor.png
+	offscreen-redirect.png
 
 # SVG used to generate the images above
 SVG_IMAGES = \
diff --git a/doc/reference/clutter/actor-example.png b/doc/reference/clutter/actor-example.png
new file mode 100644
index 0000000..fa42044
Binary files /dev/null and b/doc/reference/clutter/actor-example.png differ



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]