mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 10:57:53 +02:00
g_system_thread_create: drop 'data' arg
Since it's now always the same as the 'thread' arg.
This commit is contained in:
@@ -37,7 +37,6 @@ void g_system_thread_wait (GRealThread *thread);
|
||||
G_GNUC_INTERNAL
|
||||
GRealThread * g_system_thread_new (void);
|
||||
G_GNUC_INTERNAL void g_system_thread_create (GThreadFunc func,
|
||||
gpointer data,
|
||||
gulong stack_size,
|
||||
gboolean joinable,
|
||||
GRealThread *thread,
|
||||
|
Reference in New Issue
Block a user