fontconfig/fc-cat
Keith Packard 4984242e36 Hide private functions in shared library. Export functionality for utilities.
Borrowing header stuff written for cairo, fontconfig now exposes in the
shared library only the symbols which are included in the public header
files. All private symbols are hidden using suitable compiler directives.

A few new public functions were required for the fontconfig utility programs
(fc-cat and fc-cache) so those were added, bumping the .so minor version number
in the process.
2006-09-04 00:47:07 -07:00
..
Makefile.am Hide private functions in shared library. Export functionality for utilities. 2006-09-04 00:47:07 -07:00
fc-cat.c Hide private functions in shared library. Export functionality for utilities. 2006-09-04 00:47:07 -07:00
fc-cat.sgml Add new command-line utility, fc-cat, to convert fonts.cache-2 files into 2005-09-23 05:59:19 +00:00