mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-21 09:27:51 +02:00
g_system_thread_create: SystemThread -> RealThread
Just like g_system_thread_wait().
This commit is contained in:
@@ -40,7 +40,7 @@ G_GNUC_INTERNAL void g_system_thread_create (GThreadFunc func,
|
||||
gpointer data,
|
||||
gulong stack_size,
|
||||
gboolean joinable,
|
||||
gpointer thread,
|
||||
GRealThread *thread,
|
||||
GError **error);
|
||||
G_GNUC_INTERNAL
|
||||
void g_system_thread_free (GRealThread *thread);
|
||||
|
Reference in New Issue
Block a user