Contents

xpc_handler_t

The type of block that the XPC connection APIs accept.

Declaration

typealias xpc_handler_t = (xpc_object_t) -> Void

Discussion

You aren’t responsible for releasing the event object.

See Also

Event handling