*
* 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().
*/
GMutex *
* Calling g_mutex_free() on a locked mutex may result
* 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().
*/
void
*
* 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().
*/
GCond *
* Calling g_cond_free() for a #GCond on which threads are
* 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().
*/
void