Mark g_thread_create_with_stack_size as new API

This commit is contained in:
Matthias Clasen 2011-10-01 13:47:09 -04:00
parent 65b7a20c67
commit b4dc4902c6

View File

@ -1318,6 +1318,8 @@ g_thread_create (GThreadFunc func,
* in which it is unavoidable.</para></note>
*
* Returns: the new #GThread on success
*
* Since: 2.32
*/
GThread*
g_thread_create_with_stack_size (GThreadFunc func,