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:
Matthias Clasen
2006-12-22 17:46:32 +00:00
committed by Matthias Clasen
parent 1bed6b434c
commit 7854bd1b6e
7 changed files with 275 additions and 0 deletions

View File

@ -133,6 +133,10 @@ gdk_threads_enter
gdk_threads_init
gdk_threads_leave
gdk_threads_set_lock_functions
gdk_threads_add_idle
gdk_threads_add_idle_full
gdk_threads_add_timeout
gdk_threads_add_timeout_full
#endif
#endif