mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user