drop g_thread_new_full()
[platform/upstream/glib.git] / glib / deprecated / gthread-deprecated.c
2011-10-13 Ryan Lortiedrop g_thread_new_full()
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-13 Ryan Lortiethread: stop sharing g_once_mutex
2011-10-13 Ryan Lortiethread: drop thread setup function hackery
2011-10-12 Ryan Lortiethread: hide g_static_rec_mutex_get_rec_mutex_impl
2011-10-12 Ryan Lortiethread: Remove the zero_thread
2011-10-12 Ryan LortieGStaticRecMutex: implement via GRecMutex
2011-10-12 Ryan Lortiethread: use GSList for g_thread_foreach list
2011-10-12 Ryan Lortiethread: call g_enumerable_thread_add via callback
2011-10-12 Ryan Lortiethread: use GPrivate for enumerable threads
2011-10-12 Dan Winshipgthread-deprecated: add a mising "static" to a method
2011-10-12 Ryan LortieGStaticPrivate: implement via GPrivate
2011-10-12 Matthias ClasenSilence deprecations in deprecated/ (again)
2011-10-10 Ryan LortieGStaticMutex: ABI fixup
2011-10-09 Matthias ClasenSilence deprecation warnings in deprecated/
2011-10-06 Ryan LortieSeveral docs cleanups
2011-10-06 Ryan LortieCleanup thread documentation
2011-10-06 Chun-wei Fangthread-deprecated.c: Include gutils.h
2011-10-05 Ryan LortieDeprecate g_{mutex,cond}_{new,free}()
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Ryan Lortiemacro wrappers for g_once_init_enter/leave
2011-10-03 Matthias ClasenDocumentation fixes
2011-10-03 Matthias ClasenDeprecate GStaticPrivate and g_thread_foreach
2011-10-03 Matthias ClasenDon't put threads created with g_thread_new() on the...
2011-10-03 Matthias ClasenAdd new thread creation API
2011-10-03 Ryan LortieStop dithering over GPrivate
2011-09-25 Matthias ClasenMove deprecated GThread functions to a separate file