XFreeStringList
Syntax
void XFreeStringList(list)
char **list;
Arguments
| list
| Specifies the list of strings to be freed.
|
Description
The
XFreeStringList()
function releases memory allocated by
XmbTextPropertyToTextList()
and
XTextPropertyToStringList()
and the missing charset list allocated by
XCreateFontSet().
See also
XAllocClassHint(),
XAllocIconSize(),
XAllocSizeHints(),
XAllocWMHints(),
XFree(),
XSetCommand(),
XSetTransientForHint(),
XSetTextProperty(),
XSetWMClientMachine(),
XSetWMColormapWindows(),
XSetWMIconName(),
XSetWMName(),
XSetWMProperties(),
XSetWMProtocols(),
XStringListToTextProperty(),
XTextPropertyToStringList(),
"
Converting String Lists".
Christophe Tronche, [email protected]