shm: Linkify wl_shm_pool_unref in the ref_pool documentation

Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
This commit is contained in:
Sebastian Wick 2025-05-20 21:30:56 +02:00
parent 6137c8c213
commit 9ec01ab2dc

View file

@ -503,7 +503,7 @@ wl_shm_buffer_get_height(const struct wl_shm_buffer *buffer)
* Returns a pointer to a buffer's shm_pool and increases the
* shm_pool refcount.
*
* The compositor must remember to call wl_shm_pool_unref when
* The compositor must remember to call wl_shm_pool_unref() when
* it no longer needs the reference to ensure proper destruction
* of the pool.
*