docs: Add an image for the XIncluded code
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 31 Jan 2012 16:44:43 +0000 (16:44 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 31 Jan 2012 16:46:03 +0000 (16:46 +0000)
clutter/clutter-actor.c
doc/reference/clutter/Makefile.am
doc/reference/clutter/test-actor.png [new file with mode: 0644]

index 8586901..ac6b5a1 100644 (file)
  *   <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
  * </xi:include>
  *   </programlisting></informalexample>
+ *   <figure id="bin-layout">
+ *     <title>Actors</title>
+ *     <graphic fileref="test-actor.png" format="PNG"/>
+ *   </figure>
  * </refsect2>
  *
  * <refsect2 id="ClutterActor-events">
index c4588e2..f6c4ae8 100644 (file)
@@ -137,7 +137,8 @@ HTML_IMAGES=\
        flow-layout-horizontal.png \
        flow-layout-vertical.png \
        path-alpha-func.png \
-       offscreen-redirect.png
+       offscreen-redirect.png \
+       test-actor.png
 
 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
 # e.g. content_files=running.sgml building.sgml changes-2.0.sgml
@@ -191,4 +192,5 @@ EXTRA_DIST += \
        flow-layout-horizontal.png \
        flow-layout-vertical.png \
        path-alpha-func.png \
-       offscreen-redirect.png
+       offscreen-redirect.png \
+       test-actor.png
diff --git a/doc/reference/clutter/test-actor.png b/doc/reference/clutter/test-actor.png
new file mode 100644 (file)
index 0000000..73ded67
Binary files /dev/null and b/doc/reference/clutter/test-actor.png differ