Contents

xpc_dictionary_create_empty()

Creates an XPC object that represents a dictionary of XPC objects keyed to C-strings.

Declaration

func xpc_dictionary_create_empty() -> xpc_object_t

Return Value

The new dictionary object.

See Also

Dictionary objects