Skip to content
  • Christian Persch's avatar
    glib: Only export symbols in the public API · 4ef2020d
    Christian Persch authored
    poppler-glib exported lots of internal C++ symbols
    that are not in the public API, nor have any ABI
    guarantees.
    
    Mark all public functions with POPPLER_PUBLIC, and
    use symbol visibility to hide everything else.
    4ef2020d