Contents

xpc_type_get_name(_:)

Returns a string that describes an XPC object type.

Declaration

func xpc_type_get_name(_ type: xpc_type_t) -> UnsafePointer<CChar>

Parameters

  • type:

    The type to describe.

Return Value

A string describing the type of an object, like "string" or "int64". This string should not be freed or modified.

See Also

Identity