Since: markers for g_bit_*lock()
authorRyan Lortie <desrt@desrt.ca>
Fri, 29 Jan 2010 00:12:55 +0000 (19:12 -0500)
committerRyan Lortie <desrt@desrt.ca>
Fri, 29 Jan 2010 00:12:55 +0000 (19:12 -0500)
glib/gbitlock.c

index b2ea9b5..33cbb2a 100644 (file)
@@ -202,6 +202,8 @@ static volatile gint g_bit_lock_contended[CONTENTION_CLASSES];
  * This function accesses @address atomically.  All other accesses to
  * @address must be atomic in order for this function to work
  * reliably.
+ *
+ * Since: 2.24
  **/
 void
 g_bit_lock (volatile gint *address,
@@ -244,6 +246,8 @@ g_bit_lock (volatile gint *address,
  * This function accesses @address atomically.  All other accesses to
  * @address must be atomic in order for this function to work
  * reliably.
+ *
+ * Since: 2.24
  **/
 gboolean
 g_bit_trylock (volatile gint *address,
@@ -275,6 +279,8 @@ g_bit_trylock (volatile gint *address,
  * This function accesses @address atomically.  All other accesses to
  * @address must be atomic in order for this function to work
  * reliably.
+ *
+ * Since: 2.24
  **/
 void
 g_bit_unlock (volatile gint *address,