|
NAMEXmStringFree — A compound string function that conditionally deallocates memorySYNOPSIS#include <Xm/Xm.h> void XmStringFree( XmString string); DESCRIPTIONXmStringFree conditionally recovers memory used by a compound string. Applications should call XmStringFree when the application no longer needs string.
RELATEDXmStringCreate(3). Visit the GSP FreeBSD Man Page Interface. |