Function
writeElementsLine(_:_:_:_:_:_:) writeElementsLinewriteElementsLine
Declaration
func writeElementsLine(_ file: UnsafeMutablePointer<FILE>, _ key: UnsafeMutablePointer<CChar>, _ elements: [Any]?, _ format: GSFormatVersion, _ context: GSSaveContext, _ error: NSErrorPointer) -> BoolDeclaration
BOOL writeElementsLine(FILE *file, char *key, NSArray *elements, GSFormatVersion format, GSSaveContext *context, NSError **error);Declaration
writeElementsLine(file: FILE, key: str, elements: list, format: GSFormatVersion, context: GSSaveContext) -> tuple[bool, NSError]