[glib] gatomic: fix typo in deprecation attribute
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gatomic: fix typo in deprecation attribute
- Date: Fri, 6 Jun 2014 16:35:13 +0000 (UTC)
commit aa0e8735c14ebb3cbfa38d441a6a05bb978e23b2
Author: Ryan Lortie <desrt desrt ca>
Date: Tue May 27 15:25:37 2014 +0200
gatomic: fix typo in deprecation attribute
https://bugzilla.gnome.org/show_bug.cgi?id=730807
glib/gatomic.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gatomic.h b/glib/gatomic.h
index afe4b60..2a6ab5d 100644
--- a/glib/gatomic.h
+++ b/glib/gatomic.h
@@ -76,7 +76,7 @@ GLIB_AVAILABLE_IN_ALL
gsize g_atomic_pointer_xor (volatile void *atomic,
gsize val);
-GLIB_DEPRECATED_IN_2_30_FOR(g_atomic_add)
+GLIB_DEPRECATED_IN_2_30_FOR(g_atomic_int_add)
gint g_atomic_int_exchange_and_add (volatile gint *atomic,
gint val);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]