Document errorchecking mutexes

svn path=/trunk/; revision=5381
This commit is contained in:
Matthias Clasen
2007-03-06 19:44:19 +00:00
parent ff5419ec40
commit cbaaa4006e
2 changed files with 9 additions and 0 deletions

View File

@@ -44,6 +44,13 @@ which <emphasis>are</emphasis> threadsafe and needs no further
application-level locking to be accessed from multiple threads.
</para>
<para>
To help debugging problems in multithreaded applications, GLib supports
error-checking mutexes that will give you helpful error messages on
common problems. To use error-checking mutexes, define the symbol
#G_ERRORCHECK_MUTEXES when compiling the application.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
<variablelist>