Skip to content

gmain: Add g_source_set_static_name_by_id

Guido Günther requested to merge guidog/glib:g-source-id-static-name into main

Equivalent to g_source_set_name_by_id but avoids the allocations matching g_source_set_static_name().

Merge request reports