# `GSClosePlistParseInfoWithBuffer`

*Function*

## Declaration

```swift
func GSClosePlistParseInfoWithBuffer(_ pInfo: UnsafeMutablePointer<GSPlistParseInfo>!)
```

```objc
void GSClosePlistParseInfoWithBuffer(GSPlistParseInfo *pInfo);
```

```python
GSClosePlistParseInfoWithBuffer(pInfo: GSPlistParseInfo)
```

## See Also

### Parse Context

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

