Skip to content

glib: library hygiene

Christian Persch requested to merge chpe/poppler:mr/visibility into master

libpoppler-glib exports lots and lots of internal C++ symbols.

This patch set makes it only export the public API symbols, and hides the rest via visibility=hidden.

Edited by Christian Persch

Merge request reports