logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmFontListEntryFree — A font list function that recovers memory used by a font list 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.

Name

XmFontListEntryFree   —   A  font  list  function  that  recovers  memory  used  by  a  font  list  entry
       "XmFontListEntryFree" "font list functions" "XmFontListEntryFree"

Synopsis

       #include <Xm/Xm.h>
       voidXmFontListEntryFree(
       XmFontListEntry*entry);

See Also