PEXFreePipelineContext(3) — Subroutines
Name
PEXFreePipelineContext - Free Pipeline Context
Synopsis
void PEXFreePipelineContext(Display ∗display, PEXPipelineContext context)
Arguments
displayA pointer to a display structure returned by a successful XOpenDisplay call.
contextThe resource identifier of the pipeline context.
Returns
None
Description
This function deletes the association between the pipeline context resource identifier and the pipeline context. The pipeline context is freed when no other resource references it.
Errors
BadPEXPipelineContext
The specified pipeline context resource identifier is invalid.
See Also
PEXCreatePipelineContext