xmfontlistentryfree(3) - Linux man page
Name
XmFontListEntryFree - A font list function that recovers memory used by a font list entry
Synopsis
#include <Xm/Xm.h> void XmFontListEntryFree( XmFontListEntry *entry);
Description
XmFontListEntryFree recovers memory used by a font list entry. This routine does not free the XFontSet or XFontStruct associated with the font list entry.
- entry
Specifies a pointer to the font list entry to be freed. In addition, it may be necessary to take the address of the font list entry (via the & operator) before passing it to this function.
Related
xmfontlist(3), xmfontlistappendentry(3), xmfontlistentrycreate(3), xmfontlistentryload(3), xmfontlistnextentry(3), and xmfontlistremoveentry(3).