.\" @(#)PEXFreeNameSet.3 1.5 95/03/24 SMI; .so man3/pex.macs .TH PEXFreeNameSet 3 "May 1995" "Solaris PEXlib Reference Manual" "" .SH NAME PEXFreeNameSet \- Free Name Set .SH SYNTAX .HP void PEXFreeNameSet\^(\^Display *\fIdisplay\fP\^, PEXNameSet \fInameset\fP\^) .SH PARAMETERS .IP \fIdisplay\fP 1i A pointer to a display structure returned by a successful .B XOpenDisplay call. .IP \fInameset\fP 1i The resource identifier of the name set. .SH RETURNS None .SH DESCRIPTION .\" indexing .IX PEXFreeNameSet .IX "Name Set" PEXFreeNameSet .LP 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. .SH ERRORS .TP .SB BadPEXNameSet The specified name set resource identifier is invalid. .SH SEE ALSO .LP .nf .BR PEXCreateNameSet (3) .fi