XmStringFreeContext

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

XmStringFreeContext --- A compound string function that releases the string scanning context data structure

SYNOPSIS

 #include <Xm/Xm.h>
 void XmStringFreeContext(
 XmStringContext context);
 

DESCRIPTION

XmStringFreeContext releases the string scanning context data structure.

context
Specifies the string context structure that was allocated by the XmStringInitContext function

XmStringCreate(3) and XmStringInitContext(3).