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)NAMEFcValueDestroy - Free a valueSYNOPSIScc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> void FcValueDestroy (FcValue v);DESCRIPTIONFrees any memory referenced by v. Values of type FcTypeString, FcTypeMatrix and FcTypeCharSet reference memory, the other types do not.VERSIONFontconfig version 2.5.0ATTRIBUTESSee 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)