Function
writePropertyListToFileNoEscape(_:_:_:_:) writePropertyListToFileNoEscapewritePropertyListToFileNoEscape
Declaration
func writePropertyListToFileNoEscape(_ file: UnsafeMutablePointer<FILE>!, _ plist: Any!, _ format: GSFormatVersion, _ error: NSErrorPointer) -> BoolDeclaration
BOOL writePropertyListToFileNoEscape(FILE *file, id plist, GSFormatVersion format, NSError **error);Declaration
writePropertyListToFileNoEscape(file: FILE, plist: object, format: GSFormatVersion) -> tuple[bool, NSError]