mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Don't use deprecated GThread API in gio tests
This commit is contained in:
@@ -565,10 +565,11 @@ on_name_acquired (GDBusConnection *connection,
|
||||
{
|
||||
GMainLoop *loop = user_data;
|
||||
|
||||
g_thread_create (check_proxies_in_thread,
|
||||
loop,
|
||||
TRUE,
|
||||
NULL);
|
||||
g_thread_new ("check-proxies",
|
||||
check_proxies_in_thread,
|
||||
loop,
|
||||
TRUE,
|
||||
NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user