PEXFreeNameSet(3) — Subroutines
Name
PEXFreeNameSet - Free Name Set
Synopsis
void PEXFreeNameSet(Display ∗display, PEXNameSet nameset)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
namesetThe resource identifier of the name set.
Returns
None
Description
This function deletes the association between the name set resource identifier and the name set. The name set is freed when no other resource references it.
Errors
BadPEXNameSet
The specified name set resource identifier is invalid.
See Also
PEXCreateNameSet