Contents

xpc_array_append_value(_:_:)

Appends an object to an XPC array.

Declaration

func xpc_array_append_value(_ xarray: xpc_object_t, _ value: xpc_object_t)

Parameters

  • xarray:

    The array object which is to be manipulated.

  • value:

    The object to append. This object is retained by the array.

See Also

Array objects