XFree(3X11) XFree(3X11)
NAME
XFree, XNoOp - free client data
SYNTAX
XFree(data)
char *data;
XNoOp(display)
Display *display;
ARGUMENTS
display Specifies the connection to the XWIN server.
data Specifies a pointer to the data that is to be
freed.
DESCRIPTION
The XFree function is a general-purpose Xlib routine that
frees the specified data. You must use it to free any
objects that were allocated by Xlib.
The XNoOp function sends a NoOperation protocol request to
the XWIN server, thereby exercising the connection.
SEE ALSO
Xlib - C Language X Interface
XWIN 3.0 Last change: 9/1/88 .ie t
XFree(3X11) XFree(3X11)
XWIN 3.0 Last change: 9/1/88 .ie t