1XmFontListEntryFree(library call) XmFontListEntryFree(library call)
2
3
4
6 XmFontListEntryFree — A font list function that recovers memory used by
7 a font list entry
8
10 #include <Xm/Xm.h>
11 void XmFontListEntryFree(
12 XmFontListEntry *entry);
13
15 XmFontListEntryFree recovers memory used by a font list entry. This
16 routine does not free the XFontSet or XFontStruct associated with the
17 font list entry.
18
19 entry Specifies a pointer to the font list entry to be freed. In
20 addition, it may be necessary to take the address of the font
21 list entry (via the & operator) before passing it to this
22 function.
23
25 XmFontList(3), XmFontListAppendEntry(3), XmFontListEntryCreate(3),
26 XmFontListEntryLoad(3), XmFontListNextEntry(3), and XmFontListRemoveEn‐
27 try(3).
28
29
30
31 XmFontListEntryFree(library call)