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>
|
2007-07-08 Johan Dahlin <jdahlin@async.com.br>
|
||||||
|
|
||||||
* gtk/tmpl/gtkbuilder.sgml: Mention last_modification_time
|
* gtk/tmpl/gtkbuilder.sgml: Mention last_modification_time
|
||||||
|
@ -251,11 +251,12 @@ int main (int argc, char *argv[])
|
|||||||
|
|
||||||
<!-- ##### MACRO GDK_THREADS_ENTER ##### -->
|
<!-- ##### MACRO GDK_THREADS_ENTER ##### -->
|
||||||
<para>
|
<para>
|
||||||
This macro marks the beginning of a critical section in which GDK and GTK+
|
This macro marks the beginning of a critical section in which GDK and
|
||||||
functions can be called. Only one thread at a time can be in such a
|
GTK+ functions can be called safely and without causing race
|
||||||
critial section. The macro expands to a no-op if #G_THREADS_ENABLED
|
conditions. Only one thread at a time can be in such a critial
|
||||||
has not been defined. Typically gdk_threads_enter() should be used
|
section. The macro expands to a no-op if #G_THREADS_ENABLED has not
|
||||||
instead of this macro.
|
been defined. Typically gdk_threads_enter() should be used instead of
|
||||||
|
this macro.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
@ -277,9 +278,9 @@ begun with #GDK_THREADS_ENTER.
|
|||||||
|
|
||||||
<!-- ##### FUNCTION gdk_threads_enter ##### -->
|
<!-- ##### FUNCTION gdk_threads_enter ##### -->
|
||||||
<para>
|
<para>
|
||||||
This macro marks the beginning of a critical section
|
This macro marks the beginning of a critical section in which GDK and
|
||||||
in which GDK and GTK+ functions can be called.
|
GTK+ functions can be called safely and without causing race
|
||||||
Only one thread at a time can be in such a critial
|
conditions. Only one thread at a time can be in such a critial
|
||||||
section.
|
section.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user