PEXFreeNameSet - Free Name Set (5.0)


Synopsis

     void PEXFreeNameSet(
             Display *display,
             PEXNameSet nameset
       )

Arguments

display
A pointer to a display structure returned by a successful XOpenDisplay call.
nameset
The resource identifier of the name set

Returns

None.

Description

Invoke PEXFreeNameSet to delete 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

For an overview, see Name Set.