diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-08-18 14:09:40 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-08-18 14:09:40 +0200 |
commit | adf3ada81b8182cb535f06365ede576758df5777 (patch) | |
tree | 86cf95663588005bf0ba48e538421db018adb40b /gir/glib-2.0.c | |
parent | 57d0362fe83bda8457cb5a5787635c5acda091ff (diff) | |
download | gobject-introspection-adf3ada81b8182cb535f06365ede576758df5777.tar.gz |
Update glib annotations from git master
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 8737137e..de9db6b7 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -11389,9 +11389,6 @@ * Otherwise, the variable is destroyed using @destroy and the * pointer is set to %NULL. * - * This function is threadsafe and modifies the pointer atomically, - * using memory barriers where needed. - * * A macro is also included that allows this function to be used without * pointer casts. * |