Blame src/fcdeprecate.h

Packit 352660
/*
Packit 352660
 * Copyright © 2007 Keith Packard
Packit 352660
 *
Packit 352660
 * Permission to use, copy, modify, distribute, and sell this software and its
Packit 352660
 * documentation for any purpose is hereby granted without fee, provided that
Packit 352660
 * the above copyright notice appear in all copies and that both that copyright
Packit 352660
 * notice and this permission notice appear in supporting documentation, and
Packit 352660
 * that the name of the copyright holders not be used in advertising or
Packit 352660
 * publicity pertaining to distribution of the software without specific,
Packit 352660
 * written prior permission.  The copyright holders make no representations
Packit 352660
 * about the suitability of this software for any purpose.  It is provided "as
Packit 352660
 * is" without express or implied warranty.
Packit 352660
 *
Packit 352660
 * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
Packit 352660
 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
Packit 352660
 * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
Packit 352660
 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
Packit 352660
 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
Packit 352660
 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
Packit 352660
 * OF THIS SOFTWARE.
Packit 352660
 */
Packit 352660
Packit 352660
/*
Packit 352660
 * These APIs are deprecated; still exported by the library, but not
Packit 352660
 * declared in the public header file
Packit 352660
 */
Packit 352660
#ifndef _FCDEPRECATE_H_
Packit 352660
#define _FCDEPRECATE_H_
Packit 352660
Packit 352660
FcPublic int
Packit 352660
FcConfigGetRescanInverval (FcConfig *config);
Packit 352660
Packit 352660
FcPublic FcBool
Packit 352660
FcConfigSetRescanInverval (FcConfig *config, int rescanInterval);
Packit 352660
Packit 352660
#endif /* _FCDEPRECATE_H_ */