1
0
Fork 0

docs: Document CLUTTER_ENABLE_DIAGNOSTIC

Add a note in the API reference.
This commit is contained in:
Emmanuele Bassi 2011-12-27 21:39:13 +00:00
parent 7d4a9c6f1e
commit 180eecbce6

View file

@ -76,6 +76,14 @@
behaviour of the paint cycle.</para> behaviour of the paint cycle.</para>
</listitem> </listitem>
</varlistentry> </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> </variablelist>
<para>On the GLX backend there is also:</para> <para>On the GLX backend there is also:</para>
@ -226,7 +234,7 @@
</varlistentry> </varlistentry>
</variablelist> </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> special "all" flag.</para>
</section> </section>