mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
applied docu clarification patch from Bjoern Lindqvist, #454700.
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
This commit is contained in:
parent
8f98233aff
commit
2be53450a9
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user