mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 15:18:55 +02:00
Document errorchecking mutexes
svn path=/trunk/; revision=5381
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2007-03-06 Matthias Clasen <mclasen@redhat.com>
|
2007-03-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/tmpl/threads.sgml: Document G_ERRORCHECK_MUTEXES. (#412145)
|
||||||
|
|
||||||
* glib/tmpl/trees-nary.sgml: Fix a typo in the docs for
|
* glib/tmpl/trees-nary.sgml: Fix a typo in the docs for
|
||||||
g_node_first_child(). (#409395, Vincent Untz)
|
g_node_first_child(). (#409395, Vincent Untz)
|
||||||
|
|
||||||
|
@@ -44,6 +44,13 @@ which <emphasis>are</emphasis> threadsafe and needs no further
|
|||||||
application-level locking to be accessed from multiple threads.
|
application-level locking to be accessed from multiple threads.
|
||||||
</para>
|
</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 ##### -->
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
<para>
|
<para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
Reference in New Issue
Block a user