mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
remove 'joinable' parameter to backends
Both backends are now oblivious to the concept of joinability, so don't bother passing the parameter.
This commit is contained in:
@@ -37,7 +37,6 @@ void g_system_thread_wait (GRealThread *thread);
|
||||
G_GNUC_INTERNAL
|
||||
GRealThread * g_system_thread_new (GThreadFunc func,
|
||||
gulong stack_size,
|
||||
gboolean joinable,
|
||||
GError **error);
|
||||
G_GNUC_INTERNAL
|
||||
void g_system_thread_free (GRealThread *thread);
|
||||
|
Reference in New Issue
Block a user