Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSLayer
      • GSLayer Shapes
        • unlockReadShapes
  1. GlyphsCore
  2. GSLayer
  3. GSLayer Shapes

Instance Method

unlockReadShapes()unlockReadShapesunlockReadShapes

Releases the read lock for shapes.

Declaration

func unlockReadShapes()

Declaration

- (void) unlockReadShapes;

Declaration

unlockReadShapes()

See Also

Shape Locks

  • lockReadShapes()lockReadShapeslockReadShapes

    Acquires the read lock for shapes.

  • lockWriteShapes()lockWriteShapeslockWriteShapes

    Acquires the write lock for shapes.

  • unlockWriteShapes()unlockWriteShapesunlockWriteShapes

    Releases the write lock for shapes.