From: Ryan Lortie Date: Fri, 29 Jan 2010 00:12:55 +0000 (-0500) Subject: Since: markers for g_bit_*lock() X-Git-Tag: 2.23.3~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe89b2ea293cbcd02de2cba1834e03eee0190cdc;p=platform%2Fupstream%2Fglib.git Since: markers for g_bit_*lock() --- 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,