Handbook
Glossary
g_atomic_int_exchange ( atomic newval -- gint )
Vocabulary
glib
.
ffi
Inputs
atomic
an
object
newval
an
object
Outputs
gint
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
glib.ffi
LIBRARY:
glib
FUNCTION:
gint
g_atomic_int_exchange
(
gpointer
atomic,
gint
newval )