system-header-simulator.h | 65 typedef struct _xpc_connection_s * xpc_connection_t; typedef in typeref:struct:_xpc_connection_s 67 void xpc_connection_set_context(xpc_connection_t connection, void *context); 68 void xpc_connection_set_finalizer_f(xpc_connection_t connection, xpc_finalizer_t finalizer); 69 void xpc_connection_resume(xpc_connection_t connection);
|