readerLock

⚠️ Deprecated ⚠️

This is deprecated since version 2.32.

Use g_rw_lock_reader_lock() instead

---

Locks @lock for reading. There may be unlimited concurrent locks for reading of a #GStaticRWLock at the same time. If @lock is already locked for writing by another thread or if another thread is already waiting to lock @lock for writing, this function will block until