summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2011-10-17 10:25:20 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-10-17 10:25:20 +0100
commit3cc62523e6121a8e8316a578246da4db737f4a41 (patch)
tree60793cfc4683997784538cbfb42c74c9e7e367d9
parentbe4007ef53acce84dbb7b90be7f06eab1b845bc6 (diff)
downloadclutter-3cc62523e6121a8e8316a578246da4db737f4a41.tar.gz
docs: Clean up the 'running Clutter apps' chapter
-rw-r--r--doc/reference/clutter/running-clutter.xml20
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/reference/clutter/running-clutter.xml b/doc/reference/clutter/running-clutter.xml
index 94cd2cd66..73b1d34bf 100644
--- a/doc/reference/clutter/running-clutter.xml
+++ b/doc/reference/clutter/running-clutter.xml
@@ -60,13 +60,20 @@
<varlistentry>
<term>CLUTTER_DEBUG</term>
<listitem>
- <para>Enables debugging modes for Clutter.</para>
+ <para>Enables debugging modes for Clutter; debugging modes are
+ used to print debugging messages on the console. Clutter must be
+ compiled with the --enable-debug configuration switch for these
+ messages to be printed out. Multiple debugging modes can be
+ enabled by separating them using a colon (":") or a comma
+ (",").</para>
</listitem>
</varlistentry>
<varlistentry>
- <term>COGL_DEBUG</term>
+ <term>CLUTTER_PAINT</term>
<listitem>
- <para>Enables debugging modes for Cogl.</para>
+ <para>Enables paint debugging modes for Clutter; the modes change
+ the way Clutter paints a scene and are useful for debugging the
+ behaviour of the paint cycle.</para>
</listitem>
</varlistentry>
</variablelist>
@@ -177,7 +184,7 @@
<para>The debugging flags can be used for the CLUTTER_DEBUG environment
variable and the --clutter-debug command line switch. Multiple flags can
- be separated by a colon (:).</para>
+ be separated by a colon (:) or a comma (,).</para>
<!--
keep in sync with the list of Clutter debug keys inside clutter-main.c
@@ -196,11 +203,6 @@
<listitem><para>Backend-related notes, including initialization of
the backend features and GL context creation</para></listitem>
</varlistentry>
- <varlistentry>
- <term>behaviour</term>
- <listitem><para>#ClutterBehaviour notes</para></listitem>
- </varlistentry>
- <varlistentry>
<term>event</term>
<listitem><para>Event handling notes</para></listitem>
</varlistentry>