# `GSLayer unlockWriteAlignInfo`

*Instance Method*

Releases the write lock for alignment information.

## Declaration

```swift
func unlockWriteAlignInfo()
```

```objc
- (void) unlockWriteAlignInfo;
```

```python
unlockWriteAlignInfo()
```

## See Also

### Alignment Locks

- [`GSLayer lockReadAlignInfo`](/Core/GlyphsCore/GSLayer/lockReadAlignInfo) — Acquires the read lock for alignment information.
- [`GSLayer unlockReadAlignInfo`](/Core/GlyphsCore/GSLayer/unlockReadAlignInfo) — Releases the read lock for alignment information.
- [`GSLayer lockWriteAlignInfo`](/Core/GlyphsCore/GSLayer/lockWriteAlignInfo) — Acquires the write lock for alignment information.

