xpc_connection_get_context(_:)
Returns the context for the connection.
Declaration
func xpc_connection_get_context(_ connection: xpc_connection_t) -> UnsafeMutableRawPointer?Parameters
- connection:
The connection which is to be examined.
Return Value
The context associated with the connection. NULL if there has been no context associated with the object.