xmfontlistfree(3) - Linux man page
Name
XmFontListFree - A font list function that recovers memory used by a font list
Synopsis
#include <Xm/Xm.h> void XmFontListFree( XmFontList list);
Description
XmFontListFree recovers memory used by a font list. This routine does not free the XFontSet or XFontStruct associated with the specified font list.
- list
Specifies the font list to be freed
Related
xmfontlist(3), xmfontlistappendentry(3), xmfontlistcopy(3), and xmfontlistremoveentry(3).