1XFree(3X11) XLIB FUNCTIONS XFree(3X11)
2
3
4
6 XFree - free client data
7
9 int XFree(void *data);
10
12 data Specifies the data that are to be freed.
13
15 The XFree function is a general-purpose Xlib routine that frees the
16 specified data. You must use it to free any objects that were allo‐
17 cated by Xlib, unless an alternate function is explicitly specified for
18 the object. A NULL pointer cannot be passed to this function.
19
21 Xlib - C Language X Interface
22
23
24
25X Version 11 libX11 1.0.3 XFree(3X11)