mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Disambiguate source names
This makes debugging more pleasant.
This commit is contained in:
@@ -4901,7 +4901,7 @@ schedule_method_call (GDBusConnection *connection,
|
||||
call_in_idle_cb,
|
||||
invocation,
|
||||
g_object_unref);
|
||||
g_source_set_name (idle_source, "[gio] call_in_idle_cb");
|
||||
g_source_set_name (idle_source, "[gio, " __FILE__ "] call_in_idle_cb");
|
||||
g_source_attach (idle_source, main_context);
|
||||
g_source_unref (idle_source);
|
||||
}
|
||||
|
Reference in New Issue
Block a user