Contents

CGFunctionRelease

Decrements the retain count of a function object.

Declaration

extern void CGFunctionRelease(CGFunctionRef function);

Parameters

  • function:

    The function object to release.

Discussion

This function is equivalent to CFRelease, except that it does not cause an error if the function parameter is nil.

See Also

Retaining and Releasing CGFunction Objects