drop g_thread_new_full()
authorRyan Lortie <desrt@desrt.ca>
Thu, 13 Oct 2011 05:17:36 +0000 (01:17 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 13 Oct 2011 05:17:36 +0000 (01:17 -0400)
commit332f74a2fc40da5d8f9313020468ed27e56b2b14
treec43c0573deca38d623aff2b5620cfeab43ace004
parent430c5635f245ca485f09035f1b6c3a59dd69758c
drop g_thread_new_full()

We'll hold out on this until someone has a really convincing reason for
why they need to control the stack size.

If we do decide to add it back, it should probably have a name like
_new_with_stack_size(), not _full().
glib/deprecated/gthread-deprecated.c
glib/deprecated/gthread.h
glib/glib.symbols
glib/gthread.c
glib/gthread.h
glib/tests/thread.c