mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 07:08:54 +02:00
missed from last commit
This commit is contained in:
@@ -40,8 +40,6 @@ G_GNUC_INTERNAL void g_system_thread_create (GThreadFunc func,
|
|||||||
gboolean joinable,
|
gboolean joinable,
|
||||||
gpointer thread,
|
gpointer thread,
|
||||||
GError **error);
|
GError **error);
|
||||||
G_GNUC_INTERNAL gboolean g_system_thread_equal (gpointer thread1,
|
|
||||||
gpointer thread2);
|
|
||||||
|
|
||||||
G_GNUC_INTERNAL void g_system_thread_exit (void);
|
G_GNUC_INTERNAL void g_system_thread_exit (void);
|
||||||
G_GNUC_INTERNAL void g_system_thread_set_name (const gchar *name);
|
G_GNUC_INTERNAL void g_system_thread_set_name (const gchar *name);
|
||||||
|
Reference in New Issue
Block a user