[libmce-glib] Hide internal symbols. JB#43321

If nothing else, this makes the library file smaller by reducing
the size of the dynamic symbol table.
This commit is contained in:
Slava Monich
2020-05-22 21:49:31 +03:00
parent fb4d97ceeb
commit c60c134980
5 changed files with 86 additions and 28 deletions

6
libmce-glib.map Normal file
View File

@@ -0,0 +1,6 @@
{
global:
mce_*;
local:
*;
};