XFree (3)
Leading comments
Copyright \(co 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1994, 1996 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the foll...
NAME
XFree - free client dataSYNTAX
int XFree(void *data);ARGUMENTS
- data
- Specifies the data that are 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, unless an alternate function is explicitly specified for the object. A NULL pointer cannot be passed to this function.SEE ALSO
Xlib - C Language X InterfaceInstalled via
Man Section
3 • Library calls
extra • Version
libX11 1.6.4
extra • Source
X Version 11
extra • Book
XLIB FUNCTIONS