xpc_handler_t
The type of block that the XPC connection APIs accept.
Declaration
typealias xpc_handler_t = (xpc_object_t) -> VoidDiscussion
You aren’t responsible for releasing the event object.
The type of block that the XPC connection APIs accept.
typealias xpc_handler_t = (xpc_object_t) -> VoidYou aren’t responsible for releasing the event object.