Function
GLibatomic_rc_box_release
since: 2.58
Declaration [src]
void
g_atomic_rc_box_release (
gpointer mem_block
)
Description [src]
Atomically releases a reference on the data pointed by mem_block
.
If the reference was the last one, it will free the
resources allocated for mem_block
.
Available since: 2.58