xpc_get_type(_:)
Returns the type of an object.
Declaration
func xpc_get_type(_ object: xpc_object_t) -> xpc_type_tParameters
- object:
The object to examine.
Return Value
An opaque pointer describing the type of the object. This pointer is suitable for direct comparison to exported type constants with the equality operator.