XmParseMappingFree(3)

XmParseMappingFree — A compound string function to free a parse mapping "XmParseMappingFree" "compound string functions"

Section 3 libmotif-dev bookworm source

Description

XmParseMappingFree

NAME

XmParseMappingFree — A compound string function to free a parse mapping "XmParseMappingFree" "compound string functions" "XmParseMappingFree"

SYNOPSIS

#include <Xm/Xm.h>
void XmParseMappingFree
(
XmParseMapping parse_mapping
);

DESCRIPTION

XmParseMappingFree recovers memory used by an XmParseMapping.
parse_mapping

Specifies the parse mapping to be freed

RELATED

XmParseMapping(3), XmParseMappingCreate(3), XmParseMappingGetValues(3), XmParseMappingSetValues(3), XmParseTable(3), and XmString(3).