Skip to content

lib: Add g_task_set_source_tag() and g_source_set_static_name() everywhere (libsoup-2-74)

This makes it easier to identify what a GTask or GSource instance is when debugging a running process.

Signed-off-by: Philip Withnall pwithnall@endlessos.org


This is a version of !364 (merged) for the libsoup-2-74 branch, since that branch is going to exist for a while in the wild and people will still want to debug it. It’s not a trivial cherry-pick, more like a completely separate branch which happens to make some of the same changes.

Merge request reports