opensolaris man page for fcvaluedestroy

Query: fcvaluedestroy

OS: opensolaris

Section: 3

Links: opensolaris man pages   all man pages   forum categories

Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FcValueDestroy(3)														 FcValueDestroy(3)

NAME
FcValueDestroy - Free a value
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> void FcValueDestroy (FcValue v);
DESCRIPTION
Frees any memory referenced by v. Values of type FcTypeString, FcTypeMatrix and FcTypeCharSet reference memory, the other types do not.
VERSION
Fontconfig version 2.5.0
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfontconfig | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |See XInitThreads(3X11) | +-----------------------------+-----------------------------+ 13 November 2007 FcValueDestroy(3)