summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2011-12-27 21:39:13 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2011-12-28 09:37:57 +0000
commit180eecbce6b77539d112a19bb9887812546ef05e (patch)
tree7ed06780077263d5660c9a0a1a00822e53a0f1ad
parent7d4a9c6f1e8e6f77688a5d15fc2644769d2a60a1 (diff)
downloadclutter-180eecbce6b77539d112a19bb9887812546ef05e.tar.gz
docs: Document CLUTTER_ENABLE_DIAGNOSTIC
Add a note in the API reference.
-rw-r--r--doc/reference/clutter/running-clutter.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/reference/clutter/running-clutter.xml b/doc/reference/clutter/running-clutter.xml
index 371edcd24..2a1da9bb4 100644
--- a/doc/reference/clutter/running-clutter.xml
+++ b/doc/reference/clutter/running-clutter.xml
@@ -76,6 +76,14 @@
behaviour of the paint cycle.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>CLUTTER_ENABLE_DIAGNOSTIC</term>
+ <listitem>
+ <para>When set to 1, enables diagnostic messages for run-time
+ deprecations, similarly to <envvar>G_ENABLE_DIAGNOSTIC</envvar> in
+ GLib.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
<para>On the GLX backend there is also:</para>
@@ -226,7 +234,7 @@
</varlistentry>
</variablelist>
- <para>It is possible to get the whole debugging notes using the
+ <para>It is possible to get all the debugging notes using the
special "all" flag.</para>
</section>