1XmStringFree(library call)                          XmStringFree(library call)
2
3
4

NAME

6       XmStringFree  —  A  compound string function that conditionally deallo‐
7       cates memory
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       void XmStringFree(
12       XmString string);
13

DESCRIPTION

15       XmStringFree conditionally recovers memory used by a  compound  string.
16       Applications  should  call  XmStringFree when the application no longer
17       needs string.
18
19       string    Specifies the compound string to be freed
20
22       XmStringCreate(3).
23
24
25
26                                                    XmStringFree(library call)
Impressum