# `GSLayer unlockReadHints`

*Instance Method*

Releases the read lock for hints.

## Declaration

```swift
func unlockReadHints()
```

```objc
- (void) unlockReadHints;
```

```python
unlockReadHints()
```

## See Also

### Hint Locks

- [`GSLayer lockReadHints`](/Core/GlyphsCore/GSLayer/lockReadHints) — Acquires the read lock for hints.
- [`GSLayer lockWriteHints`](/Core/GlyphsCore/GSLayer/lockWriteHints) — Acquires the write lock for hints.
- [`GSLayer unlockWriteHints`](/Core/GlyphsCore/GSLayer/unlockWriteHints) — Releases the write lock for hints.

