XmFontListFreeFontContext(Xm) 6 January 1993 XmFontListFreeFontContext(Xm) Name XmFontListFreeFontContext - a font list function that instructs the toolkit that the font list context is no longer needed Syntax #include <Xm/Xm.h> void XmFontListFreeFontContext (context) XmFontContext context; Description XmFontListFreeFontContext instructs the toolkit that the context is no longer needed and will not be used without reinitialization. context Specifies the font list context structure that was allocated by the XmFontListInitFontContext function See also XmFontListInitFontContext(Xm) and XmFontListNextEntry(Xm).