g_system_thread_create: SystemThread -> RealThread

Just like g_system_thread_wait().
This commit is contained in:
Ryan Lortie
2011-10-12 22:19:28 -04:00
parent 6613b2f8fd
commit 3237eaf5d5
4 changed files with 6 additions and 6 deletions

View File

@@ -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);