Declaration

func writePropertyListToFileNoEscape(_ file: UnsafeMutablePointer<FILE>!, _ plist: Any!, _ format: GSFormatVersion, _ error: NSErrorPointer) -> Bool

Declaration

BOOL writePropertyListToFileNoEscape(FILE *file, id plist, GSFormatVersion format, NSError **error);

Declaration

writePropertyListToFileNoEscape(file: FILE, plist: object, format: GSFormatVersion) -> tuple[bool, NSError]

See Also