Contents

CFDictionaryReleaseCallBack

Prototype of a callback function used to release a key-value pair before it’s removed from a dictionary.

Declaration

typealias CFDictionaryReleaseCallBack = (CFAllocator?, UnsafeRawPointer?) -> Void

Parameters

  • allocator:

    The dictionary’s allocator.

  • value:

    The value being removed from the dictionary.

See Also

Callbacks