Skip to content

libgail-util: Fix symbol visibility with meson

Jan Alexander Steffens requested to merge heftig/gtk:gail-symbols into gtk-3-24

Autotools didn't add -fvisibility=hidden to the build of libgail-util-3. Meson does and produces a library that exports no symbols.

Fix this by adding GDK_AVAILABLE_IN_ALL to all functions in the headers.

Merge request reports