# `GSClosePlistParseInfoWithString`

*Function*

## Declaration

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

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

```python
GSClosePlistParseInfoWithString(pInfo: GSPlistParseInfo)
```

## See Also

### Parse Context

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

