XmParseMappingFree

Langue: en

Version: 183380 (CentOS - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

XmParseMappingFree --- A compound string function to free a parse mapping

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

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