]> Pileus Git - ~andy/gtk/commitdiff
applied docu clarification patch from Bjoern Lindqvist, #454700.
authorTim Janik <timj@imendio.com>
Mon, 9 Jul 2007 08:33:32 +0000 (08:33 +0000)
committerTim Janik <timj@src.gnome.org>
Mon, 9 Jul 2007 08:33:32 +0000 (08:33 +0000)
Mon Jul  9 10:32:39 2007  Tim Janik  <timj@imendio.com>

        * gdk/tmpl/threads.sgml: applied docu clarification patch from Bjoern
        Lindqvist, #454700.

svn path=/trunk/; revision=18406

docs/reference/ChangeLog
docs/reference/gdk/tmpl/threads.sgml

index 3d4396783a2464a78aa468a22a04f158b941cfb2..46642aebe1de13a3d9f864c92f5ab5570b127815 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jul  9 10:32:39 2007  Tim Janik  <timj@imendio.com>
+
+       * gdk/tmpl/threads.sgml: applied docu clarification patch from Bjoern
+       Lindqvist, #454700.
+
 2007-07-08  Johan Dahlin  <jdahlin@async.com.br>
 
        * gtk/tmpl/gtkbuilder.sgml: Mention last_modification_time
index c3a4d476048ccc438f1cc3e7e3764e15450fbbca..9f453cb60542a28381ef5bee86a2da1eaea974a4 100644 (file)
@@ -251,11 +251,12 @@ int main (int argc, char *argv[])
 
 <!-- ##### MACRO GDK_THREADS_ENTER ##### -->
 <para>
-This macro marks the beginning of a critical section in which GDK and GTK+
-functions can be called.  Only one thread at a time can be in such a
-critial section. The macro expands to a no-op if #G_THREADS_ENABLED
-has not been defined. Typically gdk_threads_enter() should be used 
-instead of this macro.
+This macro marks the beginning of a critical section in which GDK and
+GTK+ functions can be called safely and without causing race
+conditions.  Only one thread at a time can be in such a critial
+section. The macro expands to a no-op if #G_THREADS_ENABLED has not
+been defined. Typically gdk_threads_enter() should be used instead of
+this macro.
 </para>
 
 
@@ -277,9 +278,9 @@ begun with #GDK_THREADS_ENTER.
 
 <!-- ##### FUNCTION gdk_threads_enter ##### -->
 <para>
-This macro marks the beginning of a critical section
-in which GDK and GTK+ functions can be called.
-Only one thread at a time can be in such a critial 
+This macro marks the beginning of a critical section in which GDK and
+GTK+ functions can be called safely and without causing race
+conditions.  Only one thread at a time can be in such a critial
 section.
 </para>