- 30 Jul, 2012 1 commit
-
-
Matthias Clasen authored
This commit deprecates gdk_threads_init, gdk_threads_enter, gdk_threads_leave and gdk_threads_set_lock_functions. Using GTK+ from multiple threads does not work at all on Windows, and is problematic on other platforms as well. We want to move to a world where all GTK+ calls are made from the main thread. Use g_main_context_invoke, g_idle_add and related functions if you need to schedule GTK+ calls from other threads. http://bugzilla.gnome.org/show_bug.cgi?id=680754
-
- 27 Feb, 2012 1 commit
-
-
Javier Jardón authored
-
- 16 Nov, 2010 1 commit
-
-
Javier Jardón authored
-
- 15 Nov, 2010 1 commit
-
-
Javier Jardón authored
-
- 15 Oct, 2010 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
Move declarations to other headers, and introduce some new ones: gdkmain.h, gdkrectangle.h, gdkthreads.h.
-