summaryrefslogtreecommitdiff
path: root/clutter/clutter-main.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2012-05-01 18:30:10 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2012-05-01 19:00:35 +0100
commit07c95ebf0c624e7791310a82965bede20bb24a36 (patch)
tree442c03acb130449a22b6723e17e649b51629296e /clutter/clutter-main.c
parent64841d6498df01807dfa732935c27b2b1350e5a3 (diff)
downloadclutter-07c95ebf0c624e7791310a82965bede20bb24a36.tar.gz
Move examples from tests/interactive to a new top-level
The example code that is meant to be XIncluded into the API reference should not be part of the interactive test suite: it's code that it is meant to be used as a reference implementation - whereas the interactive test suite should be allowed to be lean and test behaviour even in nasty ways. In short: the test suite should not be the place where we show off idiomatic code for educational purposes.
Diffstat (limited to 'clutter/clutter-main.c')
-rw-r--r--clutter/clutter-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c
index a412f67f6..7e4bef8c2 100644
--- a/clutter/clutter-main.c
+++ b/clutter/clutter-main.c
@@ -81,7 +81,7 @@
* <example id="worker-thread-example">
* <title>A worker thread example</title>
* <programlisting>
- * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../tests/interactive/test-thread.c">
+ * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../examples/threads.c">
* <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
* </xi:include>
* </programlisting>