Deprecate g_thread_create_full()
authorRyan Lortie <desrt@desrt.ca>
Mon, 19 Sep 2011 04:45:19 +0000 (00:45 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 21 Sep 2011 20:06:55 +0000 (16:06 -0400)
commit14e6377a603abd03a3c9d7130da1c1113cec4d7b
tree27f5b38bf2624dd4e812d6b834570f9712169087
parent9621b1093e7b745e6f8184012bc3c18ab1d261b1
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).
docs/reference/glib/glib-sections.txt
glib/glib.symbols
glib/gthread.c
glib/gthread.h
tests/slice-test.c