# `GSLayer unlockWriteHints`

*Instance Method*

Releases the write lock for hints.

## Declaration

```swift
func unlockWriteHints()
```

```objc
- (void) unlockWriteHints;
```

```python
unlockWriteHints()
```

## See Also

### Hint Locks

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

