Skip to content

build: Tell glib-compile-resources to make symbols internal where possible

Simon McVittie requested to merge wip/smcv/gresource-internal into main

Partial solution to #4598 (closed)


See #4598 (comment 1346700)

This suppresses _gtk_get_resource@Base, _gtk_register_resource@Base and _gtk_unregister_resource@Base but not _gtk_resource_data@Base. It seems better than nothing.

Merge request reports