TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Deprecated 2.30
Since 2.4
This function existed before g_atomic_int_add() returned the prior value of the integer (which it now does). It is retained only for compatibility reasons. Don't use this function in new code.
g_atomic_int_add()
Deprecated
a pointer to a gint
gint
the value to add
the value of atomic before the add, signed
atomic
2.4
since 2.30: Use g_atomic_int_add() instead.
This function existed before
g_atomic_int_add()returned the prior value of the integer (which it now does). It is retained only for compatibility reasons. Don't use this function in new code.