Declaration

func writeKeyValueListBlock(_ file: UnsafeMutablePointer<FILE>, _ key: UnsafePointer<CChar>, _ values: [Any], _ format: GSFormatVersion, _ block: @escaping ListBlock_t) -> Bool

Declaration

BOOL writeKeyValueListBlock(FILE *file, const char *key, NSArray *values, GSFormatVersion format, ListBlock_t block);

Declaration

writeKeyValueListBlock(file: FILE, key: str, values: list, format: GSFormatVersion, block: ListBlock_t) -> bool

See Also

Values and Collections