fontconfig/doc/fcblanks.fncs

61 lines
2.2 KiB
Plaintext
Raw Normal View History

2003-03-07 09:44:32 +01:00
/*
2008-08-13 09:30:23 +02:00
* fontconfig/doc/fcblanks.fncs
2003-03-07 09:44:32 +01:00
*
2004-12-07 02:14:46 +01:00
* Copyright © 2003 Keith Packard
2003-03-07 09:44:32 +01:00
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the above copyright notice appear in all copies and that both that
* copyright notice and this permission notice appear in supporting
* documentation, and that the name of the author(s) not be used in
2003-03-07 09:44:32 +01:00
* advertising or publicity pertaining to distribution of the software without
* specific, written prior permission. The authors make no
2003-03-07 09:44:32 +01:00
* representations about the suitability of this software for any purpose. It
* is provided "as is" without express or implied warranty.
*
* THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
2003-03-07 09:44:32 +01:00
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
* EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
2003-03-07 09:44:32 +01:00
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
@RET@ FcBlanks *
@FUNC@ FcBlanksCreate
@TYPE1@ void
@PURPOSE@ Create an FcBlanks
2003-03-07 09:44:32 +01:00
@DESC@
FcBlanks is deprecated.
This function always returns NULL.
2003-03-07 09:44:32 +01:00
@@
@RET@ void
@FUNC@ FcBlanksDestroy
@TYPE1@ FcBlanks * @ARG1@ b
@PURPOSE@ Destroy and FcBlanks
2003-03-07 09:44:32 +01:00
@DESC@
FcBlanks is deprecated.
This function does nothing.
2003-03-07 09:44:32 +01:00
@@
@RET@ FcBool
@FUNC@ FcBlanksAdd
@TYPE1@ FcBlanks * @ARG1@ b
@TYPE2@ FcChar32% @ARG2@ ucs4
@PURPOSE@ Add a character to an FcBlanks
2003-03-07 09:44:32 +01:00
@DESC@
FcBlanks is deprecated.
This function always returns FALSE.
2003-03-07 09:44:32 +01:00
@@
@RET@ FcBool
@FUNC@ FcBlanksIsMember
@TYPE1@ FcBlanks * @ARG1@ b
@TYPE2@ FcChar32% @ARG2@ ucs4
@PURPOSE@ Query membership in an FcBlanks
2003-03-07 09:44:32 +01:00
@DESC@
FcBlanks is deprecated.
This function always returns FALSE.
2003-03-07 09:44:32 +01:00
@@