Man page - xmparsetablefree(3)
Packages contains this manual
Manual
XmParseTableFree
NAMESYNOPSIS
DESCRIPTION
RELATED
NAME
XmParseTableFree — A compound string function that recovers memory "XmParseTableFree" "compound string functions" "XmParseTableFree"
SYNOPSIS
#include
<Xm/Xm.h>
void XmParseTableFree
(
XmParseTable parse_table
,
Cardinal count
);
DESCRIPTION
XmParseTableFree
recovers memory used by an
XmParseTable
and its
constituent
XmParseMapping
s.
parse_table
Specifies the parse table to be freed
|
count |
Specifies the number of parse mappings in the parse table |
RELATED
XmParseTable (3) and XmString (3).