Deprecate g_thread_create_full()

Replace it with g_thread_create_with_stack_size() and a real function
implementation of g_thread_create().

Modify a testcase that was calling g_thread_create_full()
inappropriately (it was using the default values anyway).
This commit is contained in:
Ryan Lortie
2011-09-19 00:45:19 -04:00
parent 9621b1093e
commit 14e6377a60
5 changed files with 68 additions and 20 deletions

View File

@@ -595,6 +595,7 @@ GThreadFunc
GThreadPriority
GThread
g_thread_create
g_thread_create_with_stack_size
g_thread_create_full
g_thread_self
g_thread_join