mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
glib/deprecated: Fix some version typos
This commit is contained in:
parent
be249ac6ae
commit
72660997bc
@ -1461,7 +1461,7 @@ g_static_private_free (GStaticPrivate *private_key)
|
|||||||
*
|
*
|
||||||
* Returns: a newly allocated #GMutex. Use g_mutex_free() to free
|
* Returns: a newly allocated #GMutex. Use g_mutex_free() to free
|
||||||
*
|
*
|
||||||
* Deprecated:3.32:GMutex can now be statically allocated, or embedded
|
* Deprecated: 2.32: GMutex can now be statically allocated, or embedded
|
||||||
* in structures and initialised with g_mutex_init().
|
* in structures and initialised with g_mutex_init().
|
||||||
*/
|
*/
|
||||||
GMutex *
|
GMutex *
|
||||||
@ -1484,7 +1484,7 @@ g_mutex_new (void)
|
|||||||
* Calling g_mutex_free() on a locked mutex may result
|
* Calling g_mutex_free() on a locked mutex may result
|
||||||
* in undefined behaviour.
|
* in undefined behaviour.
|
||||||
*
|
*
|
||||||
* Deprecated:3.32:GMutex can now be statically allocated, or embedded
|
* Deprecated: 2.32: GMutex can now be statically allocated, or embedded
|
||||||
* in structures and initialised with g_mutex_init().
|
* in structures and initialised with g_mutex_init().
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
@ -1503,7 +1503,7 @@ g_mutex_free (GMutex *mutex)
|
|||||||
*
|
*
|
||||||
* Returns: a newly allocated #GCond. Free with g_cond_free()
|
* Returns: a newly allocated #GCond. Free with g_cond_free()
|
||||||
*
|
*
|
||||||
* Deprecated:3.32:GCond can now be statically allocated, or embedded
|
* Deprecated: 2.32: GCond can now be statically allocated, or embedded
|
||||||
* in structures and initialised with g_cond_init().
|
* in structures and initialised with g_cond_init().
|
||||||
*/
|
*/
|
||||||
GCond *
|
GCond *
|
||||||
@ -1526,7 +1526,7 @@ g_cond_new (void)
|
|||||||
* Calling g_cond_free() for a #GCond on which threads are
|
* Calling g_cond_free() for a #GCond on which threads are
|
||||||
* blocking leads to undefined behaviour.
|
* blocking leads to undefined behaviour.
|
||||||
*
|
*
|
||||||
* Deprecated:3.32:GCond can now be statically allocated, or embedded
|
* Deprecated: 2.32: GCond can now be statically allocated, or embedded
|
||||||
* in structures and initialised with g_cond_init().
|
* in structures and initialised with g_cond_init().
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user