Ryan Lortie
430c5635f2
g_thread_new: never fail
...
Remove the GError argument from g_thread_new() and abort on failure.
Introduce g_thread_try() for those who want to handle failure.
2011-10-13 01:00:57 -04:00
Ryan Lortie
015f4b4513
thread: nuke the concept of 'joinable'
...
And remove the 'joinable' argument from g_thread_new() and
g_thread_new_full().
Change the wording in the docs. Clarify expectations for
(deprecated) g_thread_create().
2011-10-13 00:43:33 -04:00
Matthias Clasen
daede1dc27
Disable deprecations where appropriate in tests
2011-10-12 00:48:18 -04:00
Ryan Lortie
c33cd00739
Stop using GStaticMutex in two testcases
2011-09-21 16:06:53 -04:00
Ryan Lortie
c81eb121a1
GWakeup: make it private API
...
Colin requests that we keep this one private for now.
Include it at each point of use (libglib, libgio, tests).
2011-07-25 18:51:03 +02:00