Contents

CTRunDelegateDeallocateCallback

Defines a pointer to a function that is invoked when a CTRunDelegate object is deallocated.

Declaration

typealias CTRunDelegateDeallocateCallback = (UnsafeMutableRawPointer) -> Void

Parameters

Discussion

You would declare the deallocation function like this if you were to name it MyDeallocationCallback:

See Also

Callbacks