]> git.wh0rd.org - fontconfig.git/commit
Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated.
authorKeith Packard <keithp@koto.keithp.com>
Sun, 4 Nov 2007 20:20:45 +0000 (12:20 -0800)
committerKeith Packard <keithp@koto.keithp.com>
Sun, 4 Nov 2007 20:20:45 +0000 (12:20 -0800)
commitde1faa42d1425f80366707a730ea919c57e57b2f
tree0c1f5392f19eb6894fae36b393fec70b24b21dc6
parent69d3eb9cb8e58ab771170f68868748204a4793ab
Export FcConfig{G,S}etRescanInverval from .so, mark as deprecated.

These two names are typos of the correct names. Instead of simply changing
them, the correct thing to do is leave them in the library, add the correct
functions and mark them as deprecated so any source packages will be updated.

This requires bumping the minor version of the library (for adding APIs)
instead of bumping the major version of the library (for removing APIs).
configure.in
fontconfig/fontconfig.h
src/Makefile.am
src/fccfg.c
src/fcdeprecate.h [new file with mode: 0644]
src/fcint.h