noble (3) XmStringFree.3.gz

Provided by: libmotif-dev_2.3.8-3.1build1_amd64 bug

NAME

       XmStringFree  — A compound string function that conditionally deallocates memory "XmStringFree" "compound
       string functions" "XmStringFree"

SYNOPSIS

       #include <Xm/Xm.h>
       void XmStringFree(
       XmString string);

DESCRIPTION

       XmStringFree conditionally  recovers  memory  used  by  a  compound  string.   Applications  should  call
       XmStringFree when the application no longer needs string.

       string    Specifies the compound string to be freed

       XmStringCreate(3).

                                                                                                 XmStringFree(3)