mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
gthread: Fix Since tag typo in documentation for some methods
This commit is contained in:
parent
d198edf9cd
commit
9dffecf5f5
@ -195,7 +195,7 @@ g_mutex_init (GMutex *mutex)
|
||||
* Calling g_mutex_clear() on a locked mutex leads to undefined
|
||||
* behaviour.
|
||||
*
|
||||
* Sine: 2.32
|
||||
* Since: 2.32
|
||||
*/
|
||||
void
|
||||
g_mutex_clear (GMutex *mutex)
|
||||
@ -370,7 +370,7 @@ g_rec_mutex_init (GRecMutex *rec_mutex)
|
||||
* Calling g_rec_mutex_clear() on a locked recursive mutex leads
|
||||
* to undefined behaviour.
|
||||
*
|
||||
* Sine: 2.32
|
||||
* Since: 2.32
|
||||
*/
|
||||
void
|
||||
g_rec_mutex_clear (GRecMutex *rec_mutex)
|
||||
@ -527,7 +527,7 @@ g_rw_lock_init (GRWLock *rw_lock)
|
||||
* Calling g_rw_lock_clear() when any thread holds the lock
|
||||
* leads to undefined behaviour.
|
||||
*
|
||||
* Sine: 2.32
|
||||
* Since: 2.32
|
||||
*/
|
||||
void
|
||||
g_rw_lock_clear (GRWLock *rw_lock)
|
||||
|
Loading…
Reference in New Issue
Block a user