Query: fcstrsetaddfilename
OS: opensolaris
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FcStrSetAddFilename(3) FcStrSetAddFilename(3)NAMEFcStrSetAddFilename - add a filename to a string setSYNOPSIScc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> FcBool FcStrSetAddFilename (FcStrSet *set, const FcChar8 *s);DESCRIPTIONAdds a copy s to set, The copy is created with FcStrCopyFilename so that leading '~' values are replaced with the value of the HOME envi- ronment variable.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 FcStrSetAddFilename(3)