Add functions to allow threadsafe handling of idles and timeouts wrt. to
2006-12-22 Matthias Clasen <mclasen@redhat.com> * gdk/gdk.symbols: * gdk/gdk.h: * gdk/gdk.c: Add functions to allow threadsafe handling of idles and timeouts wrt. to the GDK lock. (#321886, Chris Wilson)
This commit is contained in:
committed by
Matthias Clasen
parent
1bed6b434c
commit
7854bd1b6e
@ -1,3 +1,8 @@
|
||||
2006-12-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdk-sections.txt: Add new functions.
|
||||
* gdk/gdk-docs.sgml: Add a "Since 2.12" index.
|
||||
|
||||
Thu Dec 14 15:48:14 2006 Tim Janik <timj@imendio.com>
|
||||
|
||||
* gtk/gtk-sections.txt: added new docs.
|
||||
|
||||
@ -107,5 +107,8 @@
|
||||
<index role="2.10">
|
||||
<title>Index of new symbols in 2.10</title>
|
||||
</index>
|
||||
<index role="2.12">
|
||||
<title>Index of new symbols in 2.12</title>
|
||||
</index>
|
||||
|
||||
</book>
|
||||
|
||||
@ -953,6 +953,10 @@ gdk_threads_enter
|
||||
gdk_threads_leave
|
||||
gdk_threads_mutex
|
||||
gdk_threads_set_lock_functions
|
||||
gdk_threads_add_idle
|
||||
gdk_threads_add_idle_full
|
||||
gdk_threads_add_timeout
|
||||
gdk_threads_add_timeout_full
|
||||
|
||||
<SUBSECTION Private>
|
||||
gdk_threads_lock
|
||||
|
||||
Reference in New Issue
Block a user