# `GSCollectPlistArrayElementStarts`

*Function*

## Declaration

```swift
func GSCollectPlistArrayElementStarts(_ pInfo: UnsafeMutablePointer<GSPlistParseInfo>!, _ each: ((UnsafePointer<UInt8>?) -> Void)!) -> Bool
```

```objc
BOOL GSCollectPlistArrayElementStarts(GSPlistParseInfo *pInfo, void (^each)(const unsigned char *start));
```

```python
GSCollectPlistArrayElementStarts(pInfo: GSPlistParseInfo, each, start: unsigned char) -> bool
```

## See Also

### Parse Context

- [`GSCreatePlistParseInfoWithFile`](/Core/GlyphsCore/GSCreatePlistParseInfoWithFile)
- [`GSClosePlistParseInfoWithFile`](/Core/GlyphsCore/GSClosePlistParseInfoWithFile)
- [`GSCreatePlistParseInfoWithString`](/Core/GlyphsCore/GSCreatePlistParseInfoWithString)
- [`GSClosePlistParseInfoWithString`](/Core/GlyphsCore/GSClosePlistParseInfoWithString)
- [`GSCreatePlistParseInfoWithBuffer`](/Core/GlyphsCore/GSCreatePlistParseInfoWithBuffer)
- [`GSClosePlistParseInfoWithBuffer`](/Core/GlyphsCore/GSClosePlistParseInfoWithBuffer)
- [`GSAdvanceToNonSpace`](/Core/GlyphsCore/GSAdvanceToNonSpace)
- [`GSCheckKeyWithLength`](/Core/GlyphsCore/GSCheckKeyWithLength)
- [`GSLineNumberStrings`](/Core/GlyphsCore/GSLineNumberStrings)

