[glib] Since: markers for g_bit_*lock()



commit fe89b2ea293cbcd02de2cba1834e03eee0190cdc
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Jan 28 19:12:55 2010 -0500

    Since: markers for g_bit_*lock()

 glib/gbitlock.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/glib/gbitlock.c b/glib/gbitlock.c
index b2ea9b5..33cbb2a 100644
--- a/glib/gbitlock.c
+++ b/glib/gbitlock.c
@@ -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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]